#5D200B

Color #5D200B Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #5D200B

Tints of Caput Mortuum #5D200B

Color information

#5D200B (or 0x5D200B) is unknown color: approx Caput Mortuum. HEX triplet: 5D, 20 and 0B. RGB value is (93,32,11). Sum of RGB (Red+Green+Blue) = 93+32+11=136 (18% of max value = 765). Red value is 93 (36.72% from 255 or 68.38% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 11 (4.69% from 255 or 8.09% from 136); Max value from RGB is 93 - color contains mainly: red. Hex color #5D200B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D200B is #A2DFF4. Grayscale: #2F2F2F. Windows color (decimal): -10674165 or 729181. OLE color: 729181.

HSL color Cylindrical-coordinate representation of color #5D200B: hue angle of 15.37º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5D200B is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.64.

Color convert

RGB933211-
CMYK00.660.880.64
HSL15.37º78.85%20.39%-
HSV(B)15.37º88.17%36.47%-
XYZ5.093.380.7-
YUV47.84107.21160.21-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 68.38%
GREEN value IS 32 (12.89% from 255) = 23.53%
BLUE value IS 11 (4.69% from 255) = 8.09%
R=68.38%
G=23.53%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.88
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93321100.660.880.6415.3778.8520.39
Hex5D20B0425840f4f14
Octal135401301021301001711724
Binary1011101100000101101000010101100010000001111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D200B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D200B; }

 p { color: rgb(93,32,11); }

 H1.HeaderClassName
 {
   color: #5D200B;
 }
 .AnyTagClassName
 {
   color: #5D200B;
 }
</style>
background-color css

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

 a { background-color: rgb(93,32,11); }

 div.DivClassName
 {
   background-color: #5D200B;
 }
 .BgClassName
 {
   background-color: #5D200B;
 }
</style>
border-color css

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

 span { border-color: rgb(93,32,11); }

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