#552532

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

Shades of Black Rose #552532

Tints of Black Rose #552532

Color information

#552532 (or 0x552532) is unknown color: approx Black Rose. HEX triplet: 55, 25 and 32. RGB value is (85,37,50). Sum of RGB (Red+Green+Blue) = 85+37+50=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 50 (19.92% from 255 or 29.07% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #552532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552532 is #AADACD. Grayscale: #343434. Windows color (decimal): -11197134 or 3286357. OLE color: 3286357.

HSL color Cylindrical-coordinate representation of color #552532: hue angle of 343.75º 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 #552532 is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB853750-
CMYK00.560.410.67
HSL343.75º39.34%23.92%-
HSV(B)343.75º56.47%33.33%-
XYZ4.983.483.43-
YUV52.83126.4150.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.42%
GREEN value IS 37 (14.84% from 255) = 21.51%
BLUE value IS 50 (19.92% from 255) = 29.07%
R=49.42%
G=21.51%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85375000.560.410.67343.7539.3423.92
Hex55253203829431582718
Octal1254562070511035304730
Binary10101011001011100100111000101001100001110101100010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552532; }

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

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

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

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

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

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

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

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