#551E2E

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

Shades of Black Rose #551E2E

Tints of Black Rose #551E2E

Color information

#551E2E (or 0x551E2E) is unknown color: approx Black Rose. HEX triplet: 55, 1E and 2E. RGB value is (85,30,46). Sum of RGB (Red+Green+Blue) = 85+30+46=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 30 (12.11% from 255 or 18.63% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #551E2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551E2E is #AAE1D1. Grayscale: #303030. Windows color (decimal): -11198930 or 3022421. OLE color: 3022421.

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

Color convert

RGB853046-
CMYK00.650.460.67
HSL342.55º47.83%22.55%-
HSV(B)342.55º64.71%33.33%-
XYZ4.73.062.93-
YUV48.27126.72154.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.80%
GREEN value IS 30 (12.11% from 255) = 18.63%
BLUE value IS 46 (18.36% from 255) = 28.57%
R=52.80%
G=18.63%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85304600.650.460.67342.5547.8322.55
Hex551E2E0412E431573017
Octal12536560101561035276027
Binary10101011111010111001000001101110100001110101011111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,30,46); }

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

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

 a { background-color: rgb(85,30,46); }

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

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

 span { border-color: rgb(85,30,46); }

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