#552423

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

Shades of Caput Mortuum #552423

Tints of Caput Mortuum #552423

Color information

#552423 (or 0x552423) is unknown color: approx Caput Mortuum. HEX triplet: 55, 24 and 23. RGB value is (85,36,35). Sum of RGB (Red+Green+Blue) = 85+36+35=156 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.49% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 35 (14.06% from 255 or 22.44% from 156); Max value from RGB is 85 - color contains mainly: red. Hex color #552423 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552423 is #AADBDC. Grayscale: #323232. Windows color (decimal): -11197405 or 2303061. OLE color: 2303061.

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

Color convert

RGB853635-
CMYK00.580.590.67
HSL1.2º41.67%23.53%-
HSV(B)1.2º58.82%33.33%-
XYZ4.683.311.98-
YUV50.54119.23152.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.49%
GREEN value IS 36 (14.45% from 255) = 23.08%
BLUE value IS 35 (14.06% from 255) = 22.44%
R=54.49%
G=23.08%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85363500.580.590.671.241.6723.53
Hex55242303A3B4312a18
Octal12544430727310315230
Binary101010110010010001101110101110111000011110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552423; }

 p { color: rgb(85,36,35); }

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

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

 a { background-color: rgb(85,36,35); }

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

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

 span { border-color: rgb(85,36,35); }

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