#551F33

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

Shades of Black Rose #551F33

Tints of Black Rose #551F33

Color information

#551F33 (or 0x551F33) is unknown color: approx Black Rose. HEX triplet: 55, 1F and 33. RGB value is (85,31,51). Sum of RGB (Red+Green+Blue) = 85+31+51=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 31 (12.5% from 255 or 18.56% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #551F33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551F33 is #AAE0CC. Grayscale: #313131. Windows color (decimal): -11198669 or 3350357. OLE color: 3350357.

HSL color Cylindrical-coordinate representation of color #551F33: hue angle of 337.78º 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 #551F33 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB853151-
CMYK00.640.400.67
HSL337.78º46.55%22.75%-
HSV(B)337.78º63.53%33.33%-
XYZ4.833.153.49-
YUV49.43128.89153.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.90%
GREEN value IS 31 (12.5% from 255) = 18.56%
BLUE value IS 51 (20.31% from 255) = 30.54%
R=50.90%
G=18.56%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85315100.640.400.67337.7846.5522.75
Hex551F3304028431522f17
Octal12537630100501035225727
Binary10101011111111001101000000101000100001110101001010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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