Html Css Color HEX #612315 Caput Mortuum

📋 copy color: '#612315'

red 97 ◦ green 35 ◦ blue 21

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

Shades of Caput Mortuum #612315

Tints of Caput Mortuum #612315

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.88%

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

R = 63.4%
G = 22.88%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#612315 (or 0x612315) is known color: Caput Mortuum. HEX triplet: 61, 23 and 15. RGB value is (97,35,21). Sum of RGB (Red+Green+Blue) = 97+35+21=153 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.40% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 21 (8.59% from 255 or 13.73% from 153); Max value from RGB is 97 - color contains mainly: red. Hex color #612315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612315 is #9EDCEA. Grayscale: #343434. Windows color (decimal): -10411243 or 1385313. OLE color: 1385313.

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

Color convert

RGB 97 35 21 -
CMYK 0 0.64 0.78 0.62
HSL 11.05º 0.64% 0.23% -
HSV(B) 11.05º 0.78% 0.38% -
XYZ 5.67 3.8 1.14 -
YUV 51.94 110.54 160.14 -
System Red Green Blue C M Y K H S L
Decimal 97 35 21 0 0.64 0.78 0.62 11.05 0.64 0.23
Hex 61 23 15 0 40 4E 3E B 40 17
Octal 141 43 25 0 100 116 76 13 100 27
Binary 1100001 100011 10101 0 1000000 1001110 111110 1011 1000000 10111

Color Harmonies of #612315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612315

Black with #612315

Text Example


Text Example

White with #612315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612315; }

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

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

background-color css

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

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

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

border-color css

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

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

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