Html Css Color HEX #612212 Caput Mortuum

📋 copy color: '#612212'

red 97 ◦ green 34 ◦ blue 18

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

Shades of Caput Mortuum #612212

Tints of Caput Mortuum #612212

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.82%

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

R = 65.1%
G = 22.82%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#612212 (or 0x612212) is known color: Caput Mortuum. HEX triplet: 61, 22 and 12. RGB value is (97,34,18). Sum of RGB (Red+Green+Blue) = 97+34+18=149 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.10% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 97 - color contains mainly: red. Hex color #612212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612212 is #9EDDED. Grayscale: #333333. Windows color (decimal): -10411502 or 1188449. OLE color: 1188449.

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

Color convert

RGB 97 34 18 -
CMYK 0 0.65 0.81 0.62
HSL 12.15º 0.69% 0.23% -
HSV(B) 12.15º 0.81% 0.38% -
XYZ 5.61 3.73 1 -
YUV 51.01 109.37 160.8 -
System Red Green Blue C M Y K H S L
Decimal 97 34 18 0 0.65 0.81 0.62 12.15 0.69 0.23
Hex 61 22 12 0 41 51 3E C 45 17
Octal 141 42 22 0 101 121 76 14 105 27
Binary 1100001 100010 10010 0 1000001 1010001 111110 1100 1000101 10111

Color Harmonies of #612212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612212

Black with #612212

Text Example


Text Example

White with #612212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612212; }

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

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

background-color css

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

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

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

border-color css

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

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

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