Html Css Color HEX #611802 Red Oxide

📋 copy color: '#611802'

red 97 ◦ green 24 ◦ blue 2

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

Shades of Red Oxide #611802

Tints of Red Oxide #611802

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.51%

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

R = 78.86%
G = 19.51%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#611802 (or 0x611802) is known color: Red Oxide. HEX triplet: 61, 18 and 02. RGB value is (97,24,2). Sum of RGB (Red+Green+Blue) = 97+24+2=123 (16% of max value = 765). Red value is 97 (38.28% from 255 or 78.86% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 97 - color contains mainly: red. Hex color #611802 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611802 is #9EE7FD. Grayscale: #2B2B2B. Windows color (decimal): -10414078 or 137313. OLE color: 137313.

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

Color convert

RGB 97 24 2 -
CMYK 0 0.75 0.98 0.62
HSL 13.89º 0.96% 0.19% -
HSV(B) 13.89º 0.98% 0.38% -
XYZ 5.27 3.2 0.4 -
YUV 43.32 104.68 166.29 -
System Red Green Blue C M Y K H S L
Decimal 97 24 2 0 0.75 0.98 0.62 13.89 0.96 0.19
Hex 61 18 2 0 4B 62 3E E 60 13
Octal 141 30 2 0 113 142 76 16 140 23
Binary 1100001 11000 10 0 1001011 1100010 111110 1110 1100000 10011

Color Harmonies of #611802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611802

Black with #611802

Text Example


Text Example

White with #611802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611802; }

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

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

background-color css

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

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

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

border-color css

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

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

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