#55251F

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

Shades of Caput Mortuum #55251F

Tints of Caput Mortuum #55251F

Color information

#55251F (or 0x55251F) is unknown color: approx Caput Mortuum. HEX triplet: 55, 25 and 1F. RGB value is (85,37,31). Sum of RGB (Red+Green+Blue) = 85+37+31=153 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.56% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 31 (12.5% from 255 or 20.26% from 153); Max value from RGB is 85 - color contains mainly: red. Hex color #55251F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55251F is #AADAE0. Grayscale: #323232. Windows color (decimal): -11197153 or 2041173. OLE color: 2041173.

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

Color convert

RGB853731-
CMYK00.560.640.67
HSL6.67º46.55%22.75%-
HSV(B)6.67º63.53%33.33%-
XYZ4.663.351.7-
YUV50.67116.9152.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.56%
GREEN value IS 37 (14.84% from 255) = 24.18%
BLUE value IS 31 (12.5% from 255) = 20.26%
R=55.56%
G=24.18%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85373100.560.640.676.6746.5522.75
Hex55251F038404372f17
Octal125453707010010375727
Binary10101011001011111101110001000000100001111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55251F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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