#55251E

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

Shades of Caput Mortuum #55251E

Tints of Caput Mortuum #55251E

Color information

#55251E (or 0x55251E) is unknown color: approx Caput Mortuum. HEX triplet: 55, 25 and 1E. RGB value is (85,37,30). Sum of RGB (Red+Green+Blue) = 85+37+30=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 30 (12.11% from 255 or 19.74% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #55251E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55251E is #AADAE1. Grayscale: #323232. Windows color (decimal): -11197154 or 1975637. OLE color: 1975637.

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

Color convert

RGB853730-
CMYK00.560.650.67
HSL7.64º47.83%22.55%-
HSV(B)7.64º64.71%33.33%-
XYZ4.643.351.63-
YUV50.55116.4152.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.92%
GREEN value IS 37 (14.84% from 255) = 24.34%
BLUE value IS 30 (12.11% from 255) = 19.74%
R=55.92%
G=24.34%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85373000.560.650.677.6447.8322.55
Hex55251E038414383017
Octal1254536070101103106027
Binary101010110010111110011100010000011000011100011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55251E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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