Html Css Color HEX #612413 Caput Mortuum

📋 copy color: '#612413'

red 97 ◦ green 36 ◦ blue 19

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

Shades of Caput Mortuum #612413

Tints of Caput Mortuum #612413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 23.68%

 BLUE value IS 19 (7.81% from 255) = 12.5%

R = 63.82%
G = 23.68%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#612413 (or 0x612413) is known color: Caput Mortuum. HEX triplet: 61, 24 and 13. RGB value is (97,36,19). Sum of RGB (Red+Green+Blue) = 97+36+19=152 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.82% from 152); Green value is 36 (14.45% from 255 or 23.68% from 152); Blue value is 19 (7.81% from 255 or 12.5% from 152); Max value from RGB is 97 - color contains mainly: red. Hex color #612413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612413 is #9EDBEC. Grayscale: #343434. Windows color (decimal): -10410989 or 1254497. OLE color: 1254497.

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

Color convert

RGB 97 36 19 -
CMYK 0 0.63 0.80 0.62
HSL 13.08º 0.67% 0.23% -
HSV(B) 13.08º 0.8% 0.38% -
XYZ 5.68 3.85 1.06 -
YUV 52.3 109.21 159.88 -
System Red Green Blue C M Y K H S L
Decimal 97 36 19 0 0.63 0.80 0.62 13.08 0.67 0.23
Hex 61 24 13 0 3F 50 3E D 43 17
Octal 141 44 23 0 77 120 76 15 103 27
Binary 1100001 100100 10011 0 111111 1010000 111110 1101 1000011 10111

Color Harmonies of #612413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612413

Black with #612413

Text Example


Text Example

White with #612413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612413; }

 p { color: rgb(97,36,19); }

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

background-color css

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

 a { background-color: rgb(97,36,19); }

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

border-color css

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

 span { border-color: rgb(97,36,19); }

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