#552334

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

Shades of Black Rose #552334

Tints of Black Rose #552334

Color information

#552334 (or 0x552334) is unknown color: approx Black Rose. HEX triplet: 55, 23 and 34. RGB value is (85,35,52). Sum of RGB (Red+Green+Blue) = 85+35+52=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 52 (20.70% from 255 or 30.23% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #552334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552334 is #AADCCB. Grayscale: #333333. Windows color (decimal): -11197644 or 3416917. OLE color: 3416917.

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

Color convert

RGB853552-
CMYK00.590.390.67
HSL339.6º41.67%23.53%-
HSV(B)339.6º58.82%33.33%-
XYZ4.973.383.64-
YUV51.89128.06151.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.42%
GREEN value IS 35 (14.06% from 255) = 20.35%
BLUE value IS 52 (20.70% from 255) = 30.23%
R=49.42%
G=20.35%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85355200.590.390.67339.641.6723.53
Hex55233403B27431542a18
Octal1254364073471035245230
Binary10101011000111101000111011100111100001110101010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552334; }

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

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

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

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

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

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

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

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