Html Css Color HEX #561F0D Caput Mortuum

📋 copy color: '#561F0D'

red 86 ◦ green 31 ◦ blue 13

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

Shades of Caput Mortuum #561F0D

Tints of Caput Mortuum #561F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10%

R = 66.15%
G = 23.85%
B = 10%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.66

RGB Variations

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

Color information

#561F0D (or 0x561F0D) is known color: Caput Mortuum. HEX triplet: 56, 1F and 0D. RGB value is (86,31,13). Sum of RGB (Red+Green+Blue) = 86+31+13=130 (17% of max value = 765). Red value is 86 (33.98% from 255 or 66.15% from 130); Green value is 31 (12.5% from 255 or 23.85% from 130); Blue value is 13 (5.47% from 255 or 10% from 130); Max value from RGB is 86 - color contains mainly: red. Hex color #561F0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561F0D is #A9E0F2. Grayscale: #2D2D2D. Windows color (decimal): -11133171 or 859990. OLE color: 859990.

HSL color Cylindrical-coordinate representation of color #561F0D: hue angle of 14.79º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #561F0D is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 31 13 -
CMYK 0 0.64 0.85 0.66
HSL 14.79º 0.74% 0.19% -
HSV(B) 14.79º 0.85% 0.34% -
XYZ 4.4 2.99 0.73 -
YUV 45.39 109.72 156.96 -
System Red Green Blue C M Y K H S L
Decimal 86 31 13 0 0.64 0.85 0.66 14.79 0.74 0.19
Hex 56 1F D 0 40 55 42 F 4A 13
Octal 126 37 15 0 100 125 102 17 112 23
Binary 1010110 11111 1101 0 1000000 1010101 1000010 1111 1001010 10011

Color Harmonies of #561F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561F0D

Black with #561F0D

Text Example


Text Example

White with #561F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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