Html Css Color HEX #562015 Caput Mortuum

📋 copy color: '#562015'

red 86 ◦ green 32 ◦ blue 21

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

Shades of Caput Mortuum #562015

Tints of Caput Mortuum #562015

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.02%

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

R = 61.87%
G = 23.02%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#562015 (or 0x562015) is known color: Caput Mortuum. HEX triplet: 56, 20 and 15. RGB value is (86,32,21). Sum of RGB (Red+Green+Blue) = 86+32+21=139 (18% of max value = 765). Red value is 86 (33.98% from 255 or 61.87% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 21 (8.59% from 255 or 15.11% from 139); Max value from RGB is 86 - color contains mainly: red. Hex color #562015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562015 is #A9DFEA. Grayscale: #2E2E2E. Windows color (decimal): -11132907 or 1384534. OLE color: 1384534.

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

Color convert

RGB 86 32 21 -
CMYK 0 0.63 0.76 0.66
HSL 10.15º 0.61% 0.21% -
HSV(B) 10.15º 0.76% 0.34% -
XYZ 4.49 3.07 1.06 -
YUV 46.89 113.39 155.89 -
System Red Green Blue C M Y K H S L
Decimal 86 32 21 0 0.63 0.76 0.66 10.15 0.61 0.21
Hex 56 20 15 0 3F 4C 42 A 3D 15
Octal 126 40 25 0 77 114 102 12 75 25
Binary 1010110 100000 10101 0 111111 1001100 1000010 1010 111101 10101

Color Harmonies of #562015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562015

Black with #562015

Text Example


Text Example

White with #562015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562015; }

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

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

background-color css

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

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

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

border-color css

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

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

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