Html Css Color HEX #562013 Caput Mortuum

📋 copy color: '#562013'

red 86 ◦ green 32 ◦ blue 19

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

Shades of Caput Mortuum #562013

Tints of Caput Mortuum #562013

RGB

 RED value IS 86 (33.98% from 255) = 62.77%

 GREEN value IS 32 (12.89% from 255) = 23.36%

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

R = 62.77%
G = 23.36%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#562013 (or 0x562013) is known color: Caput Mortuum. HEX triplet: 56, 20 and 13. RGB value is (86,32,19). Sum of RGB (Red+Green+Blue) = 86+32+19=137 (18% of max value = 765). Red value is 86 (33.98% from 255 or 62.77% from 137); Green value is 32 (12.89% from 255 or 23.36% from 137); Blue value is 19 (7.81% from 255 or 13.87% from 137); Max value from RGB is 86 - color contains mainly: red. Hex color #562013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562013 is #A9DFEC. Grayscale: #2E2E2E. Windows color (decimal): -11132909 or 1253462. OLE color: 1253462.

HSL color Cylindrical-coordinate representation of color #562013: hue angle of 11.64º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #562013 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 32 19 -
CMYK 0 0.63 0.78 0.66
HSL 11.64º 0.64% 0.21% -
HSV(B) 11.64º 0.78% 0.34% -
XYZ 4.47 3.06 0.97 -
YUV 46.66 112.39 156.06 -
System Red Green Blue C M Y K H S L
Decimal 86 32 19 0 0.63 0.78 0.66 11.64 0.64 0.21
Hex 56 20 13 0 3F 4E 42 C 40 15
Octal 126 40 23 0 77 116 102 14 100 25
Binary 1010110 100000 10011 0 111111 1001110 1000010 1100 1000000 10101

Color Harmonies of #562013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562013

Black with #562013

Text Example


Text Example

White with #562013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562013; }

 p { color: rgb(86,32,19); }

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

background-color css

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

 a { background-color: rgb(86,32,19); }

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

border-color css

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

 span { border-color: rgb(86,32,19); }

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