#551F32

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

Shades of Black Rose #551F32

Tints of Black Rose #551F32

Color information

#551F32 (or 0x551F32) is unknown color: approx Black Rose. HEX triplet: 55, 1F and 32. RGB value is (85,31,50). Sum of RGB (Red+Green+Blue) = 85+31+50=166 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.20% from 166); Green value is 31 (12.5% from 255 or 18.67% from 166); Blue value is 50 (19.92% from 255 or 30.12% from 166); Max value from RGB is 85 - color contains mainly: red. Hex color #551F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551F32 is #AAE0CD. Grayscale: #313131. Windows color (decimal): -11198670 or 3284821. OLE color: 3284821.

HSL color Cylindrical-coordinate representation of color #551F32: hue angle of 338.89º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #551F32 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB853150-
CMYK00.640.410.67
HSL338.89º46.55%22.75%-
HSV(B)338.89º63.53%33.33%-
XYZ4.813.143.37-
YUV49.31128.39153.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.20%
GREEN value IS 31 (12.5% from 255) = 18.67%
BLUE value IS 50 (19.92% from 255) = 30.12%
R=51.20%
G=18.67%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85315000.640.410.67338.8946.5522.75
Hex551F3204029431532f17
Octal12537620100511035235727
Binary10101011111111001001000000101001100001110101001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551F32; }

 p { color: rgb(85,31,50); }

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

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

 a { background-color: rgb(85,31,50); }

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

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

 span { border-color: rgb(85,31,50); }

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