Html Css Color HEX #610000 Maroon

📋 copy color: '#610000'

red 97 ◦ green 0 ◦ blue 0

#610000
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maroon #610000

Tints of Maroon #610000

RGB

 RED value IS 97 (38.28% from 255) = 100%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 100%
G = 0%
B = 0%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 1

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#610000 (or 0x610000) is known color: Maroon. HEX triplet: 61, 00 and 00. RGB value is (97,0,0). Sum of RGB (Red+Green+Blue) = 97+0+0=97 (12% of max value = 765). Red value is 97 (38.28% from 255 or 100% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 0 (0.39% from 255 or 0% from 97); Max value from RGB is 97 - color contains mainly: red. Hex color #610000 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610000 is #9EFFFF. Grayscale: #1D1D1D. Windows color (decimal): -10420224 or 97. OLE color: 97.

HSL color Cylindrical-coordinate representation of color #610000: hue angle of 0º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #610000 is Cyan = 0, Magento = 1, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 0 0 -
CMYK 0 1 1 0.62
HSL 1% 0.19% -
HSV(B) 1% 0.38% -
XYZ 4.93 2.54 0.23 -
YUV 29 111.64 176.5 -
System Red Green Blue C M Y K H S L
Decimal 97 0 0 0 1 1 0.62 0 1 0.19
Hex 61 0 0 0 64 64 3E 0 64 13
Octal 141 0 0 0 144 144 76 0 144 23
Binary 1100001 0 0 0 1100100 1100100 111110 0 1100100 10011

Color Harmonies of #610000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610000

Black with #610000

Text Example


Text Example

White with #610000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610000; }

 p { color: rgb(97,0,0); }

 H1.HeaderClassName
 {
   color: #610000;
 }
 .AnyTagClassName
 {
   color: #610000;
 }
</style>

background-color css

<style>
 a { background-color: #610000; }

 a { background-color: rgb(97,0,0); }

 div.DivClassName
 {
   background-color: #610000;
 }
 .BgClassName
 {
   background-color: #610000;
 }
</style>

border-color css

<style>
 span { border-color: #610000; }

 span { border-color: rgb(97,0,0); }

 td.TdClassName
 {
   border-color: #610000;
 }
 .TagClassName
 {
   border-color: #610000;
 }
</style>