Html Css Color HEX #610B02 Maroon

📋 copy color: '#610B02'

red 97 ◦ green 11 ◦ blue 2

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

Shades of Maroon #610B02

Tints of Maroon #610B02

RGB

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

 GREEN value IS 11 (4.69% from 255) = 10%

 BLUE value IS 2 (1.17% from 255) = 1.82%

R = 88.18%
G = 10%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#610B02 (or 0x610B02) is known color: Maroon. HEX triplet: 61, 0B and 02. RGB value is (97,11,2). Sum of RGB (Red+Green+Blue) = 97+11+2=110 (14% of max value = 765). Red value is 97 (38.28% from 255 or 88.18% from 110); Green value is 11 (4.69% from 255 or 10% from 110); Blue value is 2 (1.17% from 255 or 1.82% from 110); Max value from RGB is 97 - color contains mainly: red. Hex color #610B02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610B02 is #9EF4FD. Grayscale: #232323. Windows color (decimal): -10417406 or 133985. OLE color: 133985.

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

Color convert

RGB 97 11 2 -
CMYK 0 0.89 0.98 0.62
HSL 5.68º 0.96% 0.19% -
HSV(B) 5.68º 0.98% 0.38% -
XYZ 5.06 2.79 0.33 -
YUV 35.69 108.99 171.73 -
System Red Green Blue C M Y K H S L
Decimal 97 11 2 0 0.89 0.98 0.62 5.68 0.96 0.19
Hex 61 B 2 0 59 62 3E 6 60 13
Octal 141 13 2 0 131 142 76 6 140 23
Binary 1100001 1011 10 0 1011001 1100010 111110 110 1100000 10011

Color Harmonies of #610B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610B02

Black with #610B02

Text Example


Text Example

White with #610B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610B02; }

 p { color: rgb(97,11,2); }

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

background-color css

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

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

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

border-color css

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

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

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