#5C261B

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

Shades of Caput Mortuum #5C261B

Tints of Caput Mortuum #5C261B

Color information

#5C261B (or 0x5C261B) is unknown color: approx Caput Mortuum. HEX triplet: 5C, 26 and 1B. RGB value is (92,38,27). Sum of RGB (Red+Green+Blue) = 92+38+27=157 (20% of max value = 765). Red value is 92 (36.33% from 255 or 58.60% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 92 - color contains mainly: red. Hex color #5C261B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C261B is #A3D9E4. Grayscale: #343434. Windows color (decimal): -10738149 or 1779292. OLE color: 1779292.

HSL color Cylindrical-coordinate representation of color #5C261B: hue angle of 10.15º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5C261B is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.64.

Color convert

RGB923827-
CMYK00.590.710.64
HSL10.15º54.62%23.33%-
HSV(B)10.15º70.65%36.08%-
XYZ5.33.741.48-
YUV52.89113.39155.89-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 58.60%
GREEN value IS 38 (15.23% from 255) = 24.20%
BLUE value IS 27 (10.94% from 255) = 17.20%
R=58.60%
G=24.20%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.71
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92382700.590.710.6410.1554.6223.33
Hex5C261B03B4740a3717
Octal1344633073107100126727
Binary101110010011011011011101110001111000000101011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C261B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,38,27); }

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

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

 a { background-color: rgb(92,38,27); }

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

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

 span { border-color: rgb(92,38,27); }

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