Html Css Color HEX #611912 Red Oxide

📋 copy color: '#611912'

red 97 ◦ green 25 ◦ blue 18

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

Shades of Red Oxide #611912

Tints of Red Oxide #611912

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.86%

 BLUE value IS 18 (7.42% from 255) = 12.86%

R = 69.29%
G = 17.86%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#611912 (or 0x611912) is known color: Red Oxide. HEX triplet: 61, 19 and 12. RGB value is (97,25,18). Sum of RGB (Red+Green+Blue) = 97+25+18=140 (18% of max value = 765). Red value is 97 (38.28% from 255 or 69.29% from 140); Green value is 25 (10.16% from 255 or 17.86% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 97 - color contains mainly: red. Hex color #611912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611912 is #9EE6ED. Grayscale: #2D2D2D. Windows color (decimal): -10413806 or 1186145. OLE color: 1186145.

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

Color convert

RGB 97 25 18 -
CMYK 0 0.74 0.81 0.62
HSL 5.32º 0.69% 0.23% -
HSV(B) 5.32º 0.81% 0.38% -
XYZ 5.39 3.28 0.92 -
YUV 45.73 112.35 164.57 -
System Red Green Blue C M Y K H S L
Decimal 97 25 18 0 0.74 0.81 0.62 5.32 0.69 0.23
Hex 61 19 12 0 4A 51 3E 5 45 17
Octal 141 31 22 0 112 121 76 5 105 27
Binary 1100001 11001 10010 0 1001010 1010001 111110 101 1000101 10111

Color Harmonies of #611912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611912

Black with #611912

Text Example


Text Example

White with #611912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611912; }

 p { color: rgb(97,25,18); }

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

background-color css

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

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

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

border-color css

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

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

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