#55261D

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

Shades of Caput Mortuum #55261D

Tints of Caput Mortuum #55261D

Color information

#55261D (or 0x55261D) is unknown color: approx Caput Mortuum. HEX triplet: 55, 26 and 1D. RGB value is (85,38,29). Sum of RGB (Red+Green+Blue) = 85+38+29=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 38 (15.23% from 255 or 25% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #55261D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55261D is #AAD9E2. Grayscale: #333333. Windows color (decimal): -11196899 or 1910357. OLE color: 1910357.

HSL color Cylindrical-coordinate representation of color #55261D: hue angle of 9.64º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55261D is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB853829-
CMYK00.550.660.67
HSL9.64º49.12%22.35%-
HSV(B)9.64º65.88%33.33%-
XYZ4.663.411.57-
YUV51.03115.57152.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.92%
GREEN value IS 38 (15.23% from 255) = 25%
BLUE value IS 29 (11.72% from 255) = 19.08%
R=55.92%
G=25%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85382900.550.660.679.6449.1222.35
Hex55261D0374243a3116
Octal1254635067102103126126
Binary101010110011011101011011110000101000011101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55261D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55261D; }

 p { color: rgb(85,38,29); }

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

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

 a { background-color: rgb(85,38,29); }

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

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

 span { border-color: rgb(85,38,29); }

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