Html Css Color HEX #612016 Red Oxide

📋 copy color: '#612016'

red 97 ◦ green 32 ◦ blue 22

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

Shades of Red Oxide #612016

Tints of Red Oxide #612016

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.19%

 BLUE value IS 22 (8.98% from 255) = 14.57%

R = 64.24%
G = 21.19%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#612016 (or 0x612016) is known color: Red Oxide. HEX triplet: 61, 20 and 16. RGB value is (97,32,22). Sum of RGB (Red+Green+Blue) = 97+32+22=151 (20% of max value = 765). Red value is 97 (38.28% from 255 or 64.24% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 22 (8.98% from 255 or 14.57% from 151); Max value from RGB is 97 - color contains mainly: red. Hex color #612016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612016 is #9EDFE9. Grayscale: #323232. Windows color (decimal): -10412010 or 1450081. OLE color: 1450081.

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

Color convert

RGB 97 32 22 -
CMYK 0 0.67 0.77 0.62
HSL 0.63% 0.23% -
HSV(B) 0.77% 0.38% -
XYZ 5.59 3.63 1.17 -
YUV 50.3 112.03 161.31 -
System Red Green Blue C M Y K H S L
Decimal 97 32 22 0 0.67 0.77 0.62 8 0.63 0.23
Hex 61 20 16 0 43 4D 3E 8 3F 17
Octal 141 40 26 0 103 115 76 10 77 27
Binary 1100001 100000 10110 0 1000011 1001101 111110 1000 111111 10111

Color Harmonies of #612016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612016

Black with #612016

Text Example


Text Example

White with #612016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612016; }

 p { color: rgb(97,32,22); }

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

background-color css

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

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

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

border-color css

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

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

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