Html Css Color HEX #562115 Caput Mortuum

📋 copy color: '#562115'

red 86 ◦ green 33 ◦ blue 21

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

Shades of Caput Mortuum #562115

Tints of Caput Mortuum #562115

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.57%

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

R = 61.43%
G = 23.57%
B = 15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#562115 (or 0x562115) is known color: Caput Mortuum. HEX triplet: 56, 21 and 15. RGB value is (86,33,21). Sum of RGB (Red+Green+Blue) = 86+33+21=140 (18% of max value = 765). Red value is 86 (33.98% from 255 or 61.43% from 140); Green value is 33 (13.28% from 255 or 23.57% from 140); Blue value is 21 (8.59% from 255 or 15% from 140); Max value from RGB is 86 - color contains mainly: red. Hex color #562115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562115 is #A9DEEA. Grayscale: #2F2F2F. Windows color (decimal): -11132651 or 1384790. OLE color: 1384790.

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

Color convert

RGB 86 33 21 -
CMYK 0 0.62 0.76 0.66
HSL 11.08º 0.61% 0.21% -
HSV(B) 11.08º 0.76% 0.34% -
XYZ 4.52 3.12 1.07 -
YUV 47.48 113.06 155.48 -
System Red Green Blue C M Y K H S L
Decimal 86 33 21 0 0.62 0.76 0.66 11.08 0.61 0.21
Hex 56 21 15 0 3E 4C 42 B 3D 15
Octal 126 41 25 0 76 114 102 13 75 25
Binary 1010110 100001 10101 0 111110 1001100 1000010 1011 111101 10101

Color Harmonies of #562115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562115

Black with #562115

Text Example


Text Example

White with #562115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562115; }

 p { color: rgb(86,33,21); }

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

background-color css

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

 a { background-color: rgb(86,33,21); }

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

border-color css

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

 span { border-color: rgb(86,33,21); }

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