#552625

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

Shades of Caput Mortuum #552625

Tints of Caput Mortuum #552625

Color information

#552625 (or 0x552625) is unknown color: approx Caput Mortuum. HEX triplet: 55, 26 and 25. RGB value is (85,38,37). Sum of RGB (Red+Green+Blue) = 85+38+37=160 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.12% from 160); Green value is 38 (15.23% from 255 or 23.75% from 160); Blue value is 37 (14.84% from 255 or 23.12% from 160); Max value from RGB is 85 - color contains mainly: red. Hex color #552625 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552625 is #AAD9DA. Grayscale: #333333. Windows color (decimal): -11196891 or 2434645. OLE color: 2434645.

HSL color Cylindrical-coordinate representation of color #552625: hue angle of 1.25º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #552625 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB853837-
CMYK00.550.560.67
HSL1.25º39.34%23.92%-
HSV(B)1.25º56.47%33.33%-
XYZ4.773.452.16-
YUV51.94119.57151.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.12%
GREEN value IS 38 (15.23% from 255) = 23.75%
BLUE value IS 37 (14.84% from 255) = 23.12%
R=53.12%
G=23.75%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85383700.550.560.671.2539.3423.92
Hex552625037384312718
Octal12546450677010314730
Binary101010110011010010101101111110001000011110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552625; }

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

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

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

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

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

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

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

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