Html Css Color HEX #561E13 Caput Mortuum

📋 copy color: '#561E13'

red 86 ◦ green 30 ◦ blue 19

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

Shades of Caput Mortuum #561E13

Tints of Caput Mortuum #561E13

RGB

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

 GREEN value IS 30 (12.11% from 255) = 22.22%

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

R = 63.7%
G = 22.22%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#561E13 (or 0x561E13) is known color: Caput Mortuum. HEX triplet: 56, 1E and 13. RGB value is (86,30,19). Sum of RGB (Red+Green+Blue) = 86+30+19=135 (17% of max value = 765). Red value is 86 (33.98% from 255 or 63.70% from 135); Green value is 30 (12.11% from 255 or 22.22% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 86 - color contains mainly: red. Hex color #561E13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561E13 is #A9E1EC. Grayscale: #2D2D2D. Windows color (decimal): -11133421 or 1252950. OLE color: 1252950.

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

Color convert

RGB 86 30 19 -
CMYK 0 0.65 0.78 0.66
HSL 9.85º 0.64% 0.21% -
HSV(B) 9.85º 0.78% 0.34% -
XYZ 4.42 2.95 0.95 -
YUV 45.49 113.05 156.89 -
System Red Green Blue C M Y K H S L
Decimal 86 30 19 0 0.65 0.78 0.66 9.85 0.64 0.21
Hex 56 1E 13 0 41 4E 42 A 40 15
Octal 126 36 23 0 101 116 102 12 100 25
Binary 1010110 11110 10011 0 1000001 1001110 1000010 1010 1000000 10101

Color Harmonies of #561E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561E13

Black with #561E13

Text Example


Text Example

White with #561E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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