Html Css Color HEX #561D13 Caput Mortuum

📋 copy color: '#561D13'

red 86 ◦ green 29 ◦ blue 19

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

Shades of Caput Mortuum #561D13

Tints of Caput Mortuum #561D13

RGB

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

 GREEN value IS 29 (11.72% from 255) = 21.64%

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

R = 64.18%
G = 21.64%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#561D13 (or 0x561D13) is known color: Caput Mortuum. HEX triplet: 56, 1D and 13. RGB value is (86,29,19). Sum of RGB (Red+Green+Blue) = 86+29+19=134 (17% of max value = 765). Red value is 86 (33.98% from 255 or 64.18% from 134); Green value is 29 (11.72% from 255 or 21.64% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 86 - color contains mainly: red. Hex color #561D13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561D13 is #A9E2EC. Grayscale: #2D2D2D. Windows color (decimal): -11133677 or 1252694. OLE color: 1252694.

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

Color convert

RGB 86 29 19 -
CMYK 0 0.66 0.78 0.66
HSL 8.96º 0.64% 0.21% -
HSV(B) 8.96º 0.78% 0.34% -
XYZ 4.39 2.9 0.95 -
YUV 44.9 113.38 157.31 -
System Red Green Blue C M Y K H S L
Decimal 86 29 19 0 0.66 0.78 0.66 8.96 0.64 0.21
Hex 56 1D 13 0 42 4E 42 9 40 15
Octal 126 35 23 0 102 116 102 11 100 25
Binary 1010110 11101 10011 0 1000010 1001110 1000010 1001 1000000 10101

Color Harmonies of #561D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561D13

Black with #561D13

Text Example


Text Example

White with #561D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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