#571E34

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

Shades of Black Rose #571E34

Tints of Black Rose #571E34

Color information

#571E34 (or 0x571E34) is unknown color: approx Black Rose. HEX triplet: 57, 1E and 34. RGB value is (87,30,52). Sum of RGB (Red+Green+Blue) = 87+30+52=169 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.48% from 169); Green value is 30 (12.11% from 255 or 17.75% from 169); Blue value is 52 (20.70% from 255 or 30.77% from 169); Max value from RGB is 87 - color contains mainly: red. Hex color #571E34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571E34 is #A8E1CB. Grayscale: #313131. Windows color (decimal): -11067852 or 3415639. OLE color: 3415639.

HSL color Cylindrical-coordinate representation of color #571E34: hue angle of 336.84º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #571E34 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.66.

Color convert

RGB873052-
CMYK00.660.400.66
HSL336.84º48.72%22.94%-
HSV(B)336.84º65.52%34.12%-
XYZ5.013.23.6-
YUV49.55129.38154.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 51.48%
GREEN value IS 30 (12.11% from 255) = 17.75%
BLUE value IS 52 (20.70% from 255) = 30.77%
R=51.48%
G=17.75%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87305200.660.400.66336.8448.7222.94
Hex571E3404228421513117
Octal12736640102501025216127
Binary10101111111011010001000010101000100001010101000111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571E34; }

 p { color: rgb(87,30,52); }

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

<style>
 a { background-color: #571E34; }

 a { background-color: rgb(87,30,52); }

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

<style>
 span { border-color: #571E34; }

 span { border-color: rgb(87,30,52); }

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