#552231

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

Shades of Black Rose #552231

Tints of Black Rose #552231

Color information

#552231 (or 0x552231) is unknown color: approx Black Rose. HEX triplet: 55, 22 and 31. RGB value is (85,34,49). Sum of RGB (Red+Green+Blue) = 85+34+49=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 34 (13.67% from 255 or 20.24% from 168); Blue value is 49 (19.53% from 255 or 29.17% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #552231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552231 is #AADDCE. Grayscale: #323232. Windows color (decimal): -11197903 or 3220053. OLE color: 3220053.

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

Color convert

RGB853449-
CMYK00.600.420.67
HSL342.35º42.86%23.33%-
HSV(B)342.35º60%33.33%-
XYZ4.873.33.29-
YUV50.96126.9152.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.60%
GREEN value IS 34 (13.67% from 255) = 20.24%
BLUE value IS 49 (19.53% from 255) = 29.17%
R=50.60%
G=20.24%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85344900.600.420.67342.3542.8623.33
Hex55223103C2A431562b17
Octal1254261074521035265327
Binary10101011000101100010111100101010100001110101011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552231; }

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

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

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

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

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

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

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

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