Html Css Color HEX #610C02 Maroon

📋 copy color: '#610C02'

red 97 ◦ green 12 ◦ blue 2

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

Shades of Maroon #610C02

Tints of Maroon #610C02

RGB

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

 GREEN value IS 12 (5.08% from 255) = 10.81%

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

R = 87.39%
G = 10.81%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#610C02 (or 0x610C02) is known color: Maroon. HEX triplet: 61, 0C and 02. RGB value is (97,12,2). Sum of RGB (Red+Green+Blue) = 97+12+2=111 (14% of max value = 765). Red value is 97 (38.28% from 255 or 87.39% from 111); Green value is 12 (5.08% from 255 or 10.81% from 111); Blue value is 2 (1.17% from 255 or 1.80% from 111); Max value from RGB is 97 - color contains mainly: red. Hex color #610C02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610C02 is #9EF3FD. Grayscale: #242424. Windows color (decimal): -10417150 or 134241. OLE color: 134241.

HSL color Cylindrical-coordinate representation of color #610C02: hue angle of 6.32º 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 #610C02 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 12 2 -
CMYK 0 0.88 0.98 0.62
HSL 6.32º 0.96% 0.19% -
HSV(B) 6.32º 0.98% 0.38% -
XYZ 5.07 2.81 0.33 -
YUV 36.28 108.66 171.31 -
System Red Green Blue C M Y K H S L
Decimal 97 12 2 0 0.88 0.98 0.62 6.32 0.96 0.19
Hex 61 C 2 0 58 62 3E 6 60 13
Octal 141 14 2 0 130 142 76 6 140 23
Binary 1100001 1100 10 0 1011000 1100010 111110 110 1100000 10011

Color Harmonies of #610C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610C02

Black with #610C02

Text Example


Text Example

White with #610C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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