#552234

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

Shades of Black Rose #552234

Tints of Black Rose #552234

Color information

#552234 (or 0x552234) is unknown color: approx Black Rose. HEX triplet: 55, 22 and 34. RGB value is (85,34,52). Sum of RGB (Red+Green+Blue) = 85+34+52=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 52 (20.70% from 255 or 30.41% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #552234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552234 is #AADDCB. Grayscale: #333333. Windows color (decimal): -11197900 or 3416661. OLE color: 3416661.

HSL color Cylindrical-coordinate representation of color #552234: hue angle of 338.82º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #552234 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB853452-
CMYK00.600.390.67
HSL338.82º42.86%23.33%-
HSV(B)338.82º60%33.33%-
XYZ4.943.323.63-
YUV51.3128.4152.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.71%
GREEN value IS 34 (13.67% from 255) = 19.88%
BLUE value IS 52 (20.70% from 255) = 30.41%
R=49.71%
G=19.88%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85345200.600.390.67338.8242.8623.33
Hex55223403C27431532b17
Octal1254264074471035235327
Binary10101011000101101000111100100111100001110101001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552234; }

 p { color: rgb(85,34,52); }

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

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

 a { background-color: rgb(85,34,52); }

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

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

 span { border-color: rgb(85,34,52); }

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