#55251B

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

Shades of Caput Mortuum #55251B

Tints of Caput Mortuum #55251B

Color information

#55251B (or 0x55251B) is unknown color: approx Caput Mortuum. HEX triplet: 55, 25 and 1B. RGB value is (85,37,27). Sum of RGB (Red+Green+Blue) = 85+37+27=149 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.05% from 149); Green value is 37 (14.84% from 255 or 24.83% from 149); Blue value is 27 (10.94% from 255 or 18.12% from 149); Max value from RGB is 85 - color contains mainly: red. Hex color #55251B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55251B is #AADAE4. Grayscale: #323232. Windows color (decimal): -11197157 or 1779029. OLE color: 1779029.

HSL color Cylindrical-coordinate representation of color #55251B: hue angle of 10.34º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55251B is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB853727-
CMYK00.560.680.67
HSL10.34º51.79%21.96%-
HSV(B)10.34º68.24%33.33%-
XYZ4.613.331.44-
YUV50.21114.9152.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.05%
GREEN value IS 37 (14.84% from 255) = 24.83%
BLUE value IS 27 (10.94% from 255) = 18.12%
R=57.05%
G=24.83%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85372700.560.680.6710.3451.7921.96
Hex55251B0384443a3416
Octal1254533070104103126426
Binary101010110010111011011100010001001000011101011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55251B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55251B; }

 p { color: rgb(85,37,27); }

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

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

 a { background-color: rgb(85,37,27); }

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

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

 span { border-color: rgb(85,37,27); }

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