#551A30

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

Shades of Black Rose #551A30

Tints of Black Rose #551A30

Color information

#551A30 (or 0x551A30) is unknown color: approx Black Rose. HEX triplet: 55, 1A and 30. RGB value is (85,26,48). Sum of RGB (Red+Green+Blue) = 85+26+48=159 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.46% from 159); Green value is 26 (10.55% from 255 or 16.35% from 159); Blue value is 48 (19.14% from 255 or 30.19% from 159); Max value from RGB is 85 - color contains mainly: red. Hex color #551A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551A30 is #AAE5CF. Grayscale: #2E2E2E. Windows color (decimal): -11199952 or 3152469. OLE color: 3152469.

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

Color convert

RGB852648-
CMYK00.690.440.67
HSL337.63º53.15%21.76%-
HSV(B)337.63º69.41%33.33%-
XYZ4.652.883.11-
YUV46.15129.05155.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.46%
GREEN value IS 26 (10.55% from 255) = 16.35%
BLUE value IS 48 (19.14% from 255) = 30.19%
R=53.46%
G=16.35%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85264800.690.440.67337.6353.1521.76
Hex551A300452C431523516
Octal12532600105541035226526
Binary10101011101011000001000101101100100001110101001011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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