#551E35

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

Shades of Black Rose #551E35

Tints of Black Rose #551E35

Color information

#551E35 (or 0x551E35) is unknown color: approx Black Rose. HEX triplet: 55, 1E and 35. RGB value is (85,30,53). Sum of RGB (Red+Green+Blue) = 85+30+53=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 30 (12.11% from 255 or 17.86% from 168); Blue value is 53 (21.09% from 255 or 31.55% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #551E35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551E35 is #AAE1CA. Grayscale: #313131. Windows color (decimal): -11198923 or 3481173. OLE color: 3481173.

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

Color convert

RGB853053-
CMYK00.650.380.67
HSL334.91º47.83%22.55%-
HSV(B)334.91º64.71%33.33%-
XYZ4.853.123.71-
YUV49.07130.22153.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.60%
GREEN value IS 30 (12.11% from 255) = 17.86%
BLUE value IS 53 (21.09% from 255) = 31.55%
R=50.60%
G=17.86%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85305300.650.380.67334.9147.8322.55
Hex551E35041264314f3017
Octal12536650101461035176027
Binary10101011111011010101000001100110100001110100111111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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