#551C34

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

Shades of Black Rose #551C34

Tints of Black Rose #551C34

Color information

#551C34 (or 0x551C34) is unknown color: approx Black Rose. HEX triplet: 55, 1C and 34. RGB value is (85,28,52). Sum of RGB (Red+Green+Blue) = 85+28+52=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 28 (11.33% from 255 or 16.97% from 165); Blue value is 52 (20.70% from 255 or 31.52% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #551C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551C34 is #AAE3CB. Grayscale: #2F2F2F. Windows color (decimal): -11199436 or 3415125. OLE color: 3415125.

HSL color Cylindrical-coordinate representation of color #551C34: hue angle of 334.74º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #551C34 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB852852-
CMYK00.670.390.67
HSL334.74º50.44%22.16%-
HSV(B)334.74º67.06%33.33%-
XYZ4.783.013.58-
YUV47.78130.38154.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.52%
GREEN value IS 28 (11.33% from 255) = 16.97%
BLUE value IS 52 (20.70% from 255) = 31.52%
R=51.52%
G=16.97%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85285200.670.390.67334.7450.4422.16
Hex551C34043274314f3216
Octal12534640103471035176226
Binary10101011110011010001000011100111100001110100111111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,28,52); }

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

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

 a { background-color: rgb(85,28,52); }

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

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

 span { border-color: rgb(85,28,52); }

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