#552431

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

Shades of Black Rose #552431

Tints of Black Rose #552431

Color information

#552431 (or 0x552431) is unknown color: approx Black Rose. HEX triplet: 55, 24 and 31. RGB value is (85,36,49). Sum of RGB (Red+Green+Blue) = 85+36+49=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 36 (14.45% from 255 or 21.18% from 170); Blue value is 49 (19.53% from 255 or 28.82% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #552431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552431 is #AADBCE. Grayscale: #343434. Windows color (decimal): -11197391 or 3220565. OLE color: 3220565.

HSL color Cylindrical-coordinate representation of color #552431: hue angle of 344.08º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #552431 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB853649-
CMYK00.580.420.67
HSL344.08º40.5%23.73%-
HSV(B)344.08º57.65%33.33%-
XYZ4.933.413.3-
YUV52.13126.23151.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50%
GREEN value IS 36 (14.45% from 255) = 21.18%
BLUE value IS 49 (19.53% from 255) = 28.82%
R=50%
G=21.18%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85364900.580.420.67344.0840.523.73
Hex55243103A2A431582818
Octal1254461072521035305030
Binary10101011001001100010111010101010100001110101100010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552431; }

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

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

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

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

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

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

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

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