#552134

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

Shades of Black Rose #552134

Tints of Black Rose #552134

Color information

#552134 (or 0x552134) is unknown color: approx Black Rose. HEX triplet: 55, 21 and 34. RGB value is (85,33,52). Sum of RGB (Red+Green+Blue) = 85+33+52=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 52 (20.70% from 255 or 30.59% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #552134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552134 is #AADECB. Grayscale: #323232. Windows color (decimal): -11198156 or 3416405. OLE color: 3416405.

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

Color convert

RGB853352-
CMYK00.610.390.67
HSL338.08º44.07%23.14%-
HSV(B)338.08º61.18%33.33%-
XYZ4.913.273.62-
YUV50.71128.73152.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50%
GREEN value IS 33 (13.28% from 255) = 19.41%
BLUE value IS 52 (20.70% from 255) = 30.59%
R=50%
G=19.41%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85335200.610.390.67338.0844.0723.14
Hex55213403D27431522c17
Octal1254164075471035225427
Binary10101011000011101000111101100111100001110101001010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552134; }

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

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

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

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

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

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

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

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