#551E30

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

Shades of Black Rose #551E30

Tints of Black Rose #551E30

Color information

#551E30 (or 0x551E30) is unknown color: approx Black Rose. HEX triplet: 55, 1E and 30. RGB value is (85,30,48). Sum of RGB (Red+Green+Blue) = 85+30+48=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 30 (12.11% from 255 or 18.40% from 163); Blue value is 48 (19.14% from 255 or 29.45% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #551E30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551E30 is #AAE1CF. Grayscale: #303030. Windows color (decimal): -11198928 or 3153493. OLE color: 3153493.

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

Color convert

RGB853048-
CMYK00.650.440.67
HSL340.36º47.83%22.55%-
HSV(B)340.36º64.71%33.33%-
XYZ4.743.073.14-
YUV48.5127.72154.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.15%
GREEN value IS 30 (12.11% from 255) = 18.40%
BLUE value IS 48 (19.14% from 255) = 29.45%
R=52.15%
G=18.40%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85304800.650.440.67340.3647.8322.55
Hex551E300412C431543017
Octal12536600101541035246027
Binary10101011111011000001000001101100100001110101010011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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