Html Css Color HEX #561F13 Caput Mortuum

📋 copy color: '#561F13'

red 86 ◦ green 31 ◦ blue 19

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

Shades of Caput Mortuum #561F13

Tints of Caput Mortuum #561F13

RGB

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

 GREEN value IS 31 (12.5% from 255) = 22.79%

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

R = 63.24%
G = 22.79%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#561F13 (or 0x561F13) is known color: Caput Mortuum. HEX triplet: 56, 1F and 13. RGB value is (86,31,19). Sum of RGB (Red+Green+Blue) = 86+31+19=136 (18% of max value = 765). Red value is 86 (33.98% from 255 or 63.24% from 136); Green value is 31 (12.5% from 255 or 22.79% from 136); Blue value is 19 (7.81% from 255 or 13.97% from 136); Max value from RGB is 86 - color contains mainly: red. Hex color #561F13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561F13 is #A9E0EC. Grayscale: #2E2E2E. Windows color (decimal): -11133165 or 1253206. OLE color: 1253206.

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

Color convert

RGB 86 31 19 -
CMYK 0 0.64 0.78 0.66
HSL 10.75º 0.64% 0.21% -
HSV(B) 10.75º 0.78% 0.34% -
XYZ 4.45 3.01 0.96 -
YUV 46.08 112.72 156.48 -
System Red Green Blue C M Y K H S L
Decimal 86 31 19 0 0.64 0.78 0.66 10.75 0.64 0.21
Hex 56 1F 13 0 40 4E 42 B 40 15
Octal 126 37 23 0 100 116 102 13 100 25
Binary 1010110 11111 10011 0 1000000 1001110 1000010 1011 1000000 10101

Color Harmonies of #561F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561F13

Black with #561F13

Text Example


Text Example

White with #561F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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