Html Css Color HEX #612117 Red Oxide

📋 copy color: '#612117'

red 97 ◦ green 33 ◦ blue 23

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

Shades of Red Oxide #612117

Tints of Red Oxide #612117

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.57%

 BLUE value IS 23 (9.38% from 255) = 15.03%

R = 63.4%
G = 21.57%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#612117 (or 0x612117) is known color: Red Oxide. HEX triplet: 61, 21 and 17. RGB value is (97,33,23). Sum of RGB (Red+Green+Blue) = 97+33+23=153 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.40% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 23 (9.38% from 255 or 15.03% from 153); Max value from RGB is 97 - color contains mainly: red. Hex color #612117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612117 is #9EDEE8. Grayscale: #333333. Windows color (decimal): -10411753 or 1515873. OLE color: 1515873.

HSL color Cylindrical-coordinate representation of color #612117: hue angle of 8.11º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #612117 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 33 23 -
CMYK 0 0.66 0.76 0.62
HSL 8.11º 0.62% 0.24% -
HSV(B) 8.11º 0.76% 0.38% -
XYZ 5.63 3.69 1.23 -
YUV 51 112.2 160.81 -
System Red Green Blue C M Y K H S L
Decimal 97 33 23 0 0.66 0.76 0.62 8.11 0.62 0.24
Hex 61 21 17 0 42 4C 3E 8 3E 18
Octal 141 41 27 0 102 114 76 10 76 30
Binary 1100001 100001 10111 0 1000010 1001100 111110 1000 111110 11000

Color Harmonies of #612117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612117

Black with #612117

Text Example


Text Example

White with #612117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612117; }

 p { color: rgb(97,33,23); }

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

background-color css

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

 a { background-color: rgb(97,33,23); }

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

border-color css

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

 span { border-color: rgb(97,33,23); }

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