#552339

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

Shades of Black Rose #552339

Tints of Black Rose #552339

Color information

#552339 (or 0x552339) is unknown color: approx Black Rose. HEX triplet: 55, 23 and 39. RGB value is (85,35,57). Sum of RGB (Red+Green+Blue) = 85+35+57=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 57 (22.66% from 255 or 32.20% from 177); Max value from RGB is 85 - color contains mainly: red. Hex color #552339 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552339 is #AADCC6. Grayscale: #343434. Windows color (decimal): -11197639 or 3744597. OLE color: 3744597.

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

Color convert

RGB853557-
CMYK00.590.330.67
HSL333.6º41.67%23.53%-
HSV(B)333.6º58.82%33.33%-
XYZ5.093.434.26-
YUV52.46130.56151.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.02%
GREEN value IS 35 (14.06% from 255) = 19.77%
BLUE value IS 57 (22.66% from 255) = 32.20%
R=48.02%
G=19.77%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85355700.590.330.67333.641.6723.53
Hex55233903B214314e2a18
Octal1254371073411035165230
Binary10101011000111110010111011100001100001110100111010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552339; }

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

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

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

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

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

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

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

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