#552832

Color #552832 Black Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Rose #552832

Tints of Black Rose #552832

Color information

#552832 (or 0x552832) is unknown color: approx Black Rose. HEX triplet: 55, 28 and 32. RGB value is (85,40,50). Sum of RGB (Red+Green+Blue) = 85+40+50=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 50 (19.92% from 255 or 28.57% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #552832 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552832 is #AAD7CD. Grayscale: #363636. Windows color (decimal): -11196366 or 3287125. OLE color: 3287125.

HSL color Cylindrical-coordinate representation of color #552832: hue angle of 346.67º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #552832 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB854050-
CMYK00.530.410.67
HSL346.67º36%24.51%-
HSV(B)346.67º52.94%33.33%-
XYZ5.083.683.46-
YUV54.6125.41149.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.57%
GREEN value IS 40 (16.02% from 255) = 22.86%
BLUE value IS 50 (19.92% from 255) = 28.57%
R=48.57%
G=22.86%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85405000.530.410.67346.673624.51
Hex552832035294315b2419
Octal1255062065511035334431
Binary10101011010001100100110101101001100001110101101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552832; }

 p { color: rgb(85,40,50); }

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

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

 a { background-color: rgb(85,40,50); }

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

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

 span { border-color: rgb(85,40,50); }

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