#551F35

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

Shades of Black Rose #551F35

Tints of Black Rose #551F35

Color information

#551F35 (or 0x551F35) is unknown color: approx Black Rose. HEX triplet: 55, 1F and 35. RGB value is (85,31,53). Sum of RGB (Red+Green+Blue) = 85+31+53=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 31 (12.5% from 255 or 18.34% from 169); Blue value is 53 (21.09% from 255 or 31.36% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #551F35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551F35 is #AAE0CA. Grayscale: #313131. Windows color (decimal): -11198667 or 3481429. OLE color: 3481429.

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

Color convert

RGB853153-
CMYK00.640.380.67
HSL335.56º46.55%22.75%-
HSV(B)335.56º63.53%33.33%-
XYZ4.883.173.72-
YUV49.65129.89153.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.30%
GREEN value IS 31 (12.5% from 255) = 18.34%
BLUE value IS 53 (21.09% from 255) = 31.36%
R=50.30%
G=18.34%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85315300.640.380.67335.5646.5522.75
Hex551F3504026431502f17
Octal12537650100461035205727
Binary10101011111111010101000000100110100001110101000010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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