#551A2E

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

Shades of Black Rose #551A2E

Tints of Black Rose #551A2E

Color information

#551A2E (or 0x551A2E) is unknown color: approx Black Rose. HEX triplet: 55, 1A and 2E. RGB value is (85,26,46). Sum of RGB (Red+Green+Blue) = 85+26+46=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #551A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551A2E is #AAE5D1. Grayscale: #2D2D2D. Windows color (decimal): -11199954 or 3021397. OLE color: 3021397.

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

Color convert

RGB852646-
CMYK00.690.460.67
HSL339.66º53.15%21.76%-
HSV(B)339.66º69.41%33.33%-
XYZ4.612.872.9-
YUV45.92128.05155.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.14%
GREEN value IS 26 (10.55% from 255) = 16.56%
BLUE value IS 46 (18.36% from 255) = 29.30%
R=54.14%
G=16.56%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85264600.690.460.67339.6653.1521.76
Hex551A2E0452E431543516
Octal12532560105561035246526
Binary10101011101010111001000101101110100001110101010011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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