#551A2F

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

Shades of Black Rose #551A2F

Tints of Black Rose #551A2F

Color information

#551A2F (or 0x551A2F) is unknown color: approx Black Rose. HEX triplet: 55, 1A and 2F. RGB value is (85,26,47). Sum of RGB (Red+Green+Blue) = 85+26+47=158 (20% of max value = 765). Red value is 85 (33.59% from 255 or 53.80% from 158); Green value is 26 (10.55% from 255 or 16.46% from 158); Blue value is 47 (18.75% from 255 or 29.75% from 158); Max value from RGB is 85 - color contains mainly: red. Hex color #551A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551A2F is #AAE5D0. Grayscale: #2E2E2E. Windows color (decimal): -11199953 or 3086933. OLE color: 3086933.

HSL color Cylindrical-coordinate representation of color #551A2F: hue angle of 338.64º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #551A2F is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB852647-
CMYK00.690.450.67
HSL338.64º53.15%21.76%-
HSV(B)338.64º69.41%33.33%-
XYZ4.632.883-
YUV46.04128.55155.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.80%
GREEN value IS 26 (10.55% from 255) = 16.46%
BLUE value IS 47 (18.75% from 255) = 29.75%
R=53.80%
G=16.46%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85264700.690.450.67338.6453.1521.76
Hex551A2F0452D431533516
Octal12532570105551035236526
Binary10101011101010111101000101101101100001110101001111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,26,47); }

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

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

 a { background-color: rgb(85,26,47); }

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

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

 span { border-color: rgb(85,26,47); }

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