#552034

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

Shades of Black Rose #552034

Tints of Black Rose #552034

Color information

#552034 (or 0x552034) is unknown color: approx Black Rose. HEX triplet: 55, 20 and 34. RGB value is (85,32,52). Sum of RGB (Red+Green+Blue) = 85+32+52=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 52 (20.70% from 255 or 30.77% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #552034 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552034 is #AADFCB. Grayscale: #323232. Windows color (decimal): -11198412 or 3416149. OLE color: 3416149.

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

Color convert

RGB853252-
CMYK00.620.390.67
HSL337.36º45.3%22.94%-
HSV(B)337.36º62.35%33.33%-
XYZ4.883.213.61-
YUV50.13129.06152.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.30%
GREEN value IS 32 (12.89% from 255) = 18.93%
BLUE value IS 52 (20.70% from 255) = 30.77%
R=50.30%
G=18.93%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85325200.620.390.67337.3645.322.94
Hex55203403E27431512d17
Octal1254064076471035215527
Binary10101011000001101000111110100111100001110101000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552034; }

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

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

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

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

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

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

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

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