Html Css Color HEX #612215 Caput Mortuum

📋 copy color: '#612215'

red 97 ◦ green 34 ◦ blue 21

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

Shades of Caput Mortuum #612215

Tints of Caput Mortuum #612215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 13.82%

R = 63.82%
G = 22.37%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#612215 (or 0x612215) is known color: Caput Mortuum. HEX triplet: 61, 22 and 15. RGB value is (97,34,21). Sum of RGB (Red+Green+Blue) = 97+34+21=152 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.82% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 97 - color contains mainly: red. Hex color #612215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612215 is #9EDDEA. Grayscale: #333333. Windows color (decimal): -10411499 or 1385057. OLE color: 1385057.

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

Color convert

RGB 97 34 21 -
CMYK 0 0.65 0.78 0.62
HSL 10.26º 0.64% 0.23% -
HSV(B) 10.26º 0.78% 0.38% -
XYZ 5.64 3.74 1.13 -
YUV 51.36 110.87 160.56 -
System Red Green Blue C M Y K H S L
Decimal 97 34 21 0 0.65 0.78 0.62 10.26 0.64 0.23
Hex 61 22 15 0 41 4E 3E A 40 17
Octal 141 42 25 0 101 116 76 12 100 27
Binary 1100001 100010 10101 0 1000001 1001110 111110 1010 1000000 10111

Color Harmonies of #612215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612215

Black with #612215

Text Example


Text Example

White with #612215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612215; }

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

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

background-color css

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

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

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

border-color css

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

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

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