#571D34

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

Shades of Black Rose #571D34

Tints of Black Rose #571D34

Color information

#571D34 (or 0x571D34) is unknown color: approx Black Rose. HEX triplet: 57, 1D and 34. RGB value is (87,29,52). Sum of RGB (Red+Green+Blue) = 87+29+52=168 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.79% from 168); Green value is 29 (11.72% from 255 or 17.26% from 168); Blue value is 52 (20.70% from 255 or 30.95% from 168); Max value from RGB is 87 - color contains mainly: red. Hex color #571D34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571D34 is #A8E2CB. Grayscale: #303030. Windows color (decimal): -11068108 or 3415383. OLE color: 3415383.

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

Color convert

RGB872952-
CMYK00.670.400.66
HSL336.21º50%22.75%-
HSV(B)336.21º66.67%34.12%-
XYZ4.993.153.59-
YUV48.96129.72155.13-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 51.79%
GREEN value IS 29 (11.72% from 255) = 17.26%
BLUE value IS 52 (20.70% from 255) = 30.95%
R=51.79%
G=17.26%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87295200.670.400.66336.215022.75
Hex571D3404328421503217
Octal12735640103501025206227
Binary10101111110111010001000011101000100001010101000011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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