#552337

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

Shades of Black Rose #552337

Tints of Black Rose #552337

Color information

#552337 (or 0x552337) is unknown color: approx Black Rose. HEX triplet: 55, 23 and 37. RGB value is (85,35,55). Sum of RGB (Red+Green+Blue) = 85+35+55=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 35 (14.06% from 255 or 20% from 175); Blue value is 55 (21.88% from 255 or 31.43% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #552337 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552337 is #AADCC8. Grayscale: #343434. Windows color (decimal): -11197641 or 3613525. OLE color: 3613525.

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

Color convert

RGB853555-
CMYK00.590.350.67
HSL336º41.67%23.53%-
HSV(B)336º58.82%33.33%-
XYZ5.043.414.01-
YUV52.23129.56151.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.57%
GREEN value IS 35 (14.06% from 255) = 20%
BLUE value IS 55 (21.88% from 255) = 31.43%
R=48.57%
G=20%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85355500.590.350.6733641.6723.53
Hex55233703B23431502a18
Octal1254367073431035205230
Binary10101011000111101110111011100011100001110101000010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552337; }

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

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

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

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

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

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

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

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