#552314

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

Shades of Caput Mortuum #552314

Tints of Caput Mortuum #552314

Color information

#552314 (or 0x552314) is unknown color: approx Caput Mortuum. HEX triplet: 55, 23 and 14. RGB value is (85,35,20). Sum of RGB (Red+Green+Blue) = 85+35+20=140 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.71% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 20 (8.20% from 255 or 14.29% from 140); Max value from RGB is 85 - color contains mainly: red. Hex color #552314 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552314 is #AADCEB. Grayscale: #303030. Windows color (decimal): -11197676 or 1319765. OLE color: 1319765.

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

Color convert

RGB853520-
CMYK00.590.760.67
HSL13.85º61.9%20.59%-
HSV(B)13.85º76.47%33.33%-
XYZ4.473.181.04-
YUV48.24112.06154.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 60.71%
GREEN value IS 35 (14.06% from 255) = 25%
BLUE value IS 20 (8.20% from 255) = 14.29%
R=60.71%
G=25%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85352000.590.760.6713.8561.920.59
Hex55231403B4C43e3e15
Octal1254324073114103167625
Binary101010110001110100011101110011001000011111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552314; }

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

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

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

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

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

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

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

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