#5C271D

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

Shades of Caput Mortuum #5C271D

Tints of Caput Mortuum #5C271D

Color information

#5C271D (or 0x5C271D) is unknown color: approx Caput Mortuum. HEX triplet: 5C, 27 and 1D. RGB value is (92,39,29). Sum of RGB (Red+Green+Blue) = 92+39+29=160 (21% of max value = 765). Red value is 92 (36.33% from 255 or 57.5% from 160); Green value is 39 (15.62% from 255 or 24.38% from 160); Blue value is 29 (11.72% from 255 or 18.12% from 160); Max value from RGB is 92 - color contains mainly: red. Hex color #5C271D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C271D is #A3D8E2. Grayscale: #353535. Windows color (decimal): -10737891 or 1910620. OLE color: 1910620.

HSL color Cylindrical-coordinate representation of color #5C271D: hue angle of 9.52º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5C271D is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.64.

Color convert

RGB923929-
CMYK00.580.680.64
HSL9.52º52.07%23.73%-
HSV(B)9.52º68.48%36.08%-
XYZ5.363.821.62-
YUV53.71114.06155.31-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 57.5%
GREEN value IS 39 (15.62% from 255) = 24.38%
BLUE value IS 29 (11.72% from 255) = 18.12%
R=57.5%
G=24.38%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.68
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92392900.580.680.649.5252.0723.73
Hex5C271D03A4440a3418
Octal1344735072104100126430
Binary101110010011111101011101010001001000000101011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C271D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,39,29); }

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

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

 a { background-color: rgb(92,39,29); }

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

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

 span { border-color: rgb(92,39,29); }

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