#571D31

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

Shades of Black Rose #571D31

Tints of Black Rose #571D31

Color information

#571D31 (or 0x571D31) is unknown color: approx Black Rose. HEX triplet: 57, 1D and 31. RGB value is (87,29,49). Sum of RGB (Red+Green+Blue) = 87+29+49=165 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.73% from 165); Green value is 29 (11.72% from 255 or 17.58% from 165); Blue value is 49 (19.53% from 255 or 29.70% from 165); Max value from RGB is 87 - color contains mainly: red. Hex color #571D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571D31 is #A8E2CE. Grayscale: #303030. Windows color (decimal): -11068111 or 3218775. OLE color: 3218775.

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

Color convert

RGB872949-
CMYK00.670.440.66
HSL339.31º50%22.75%-
HSV(B)339.31º66.67%34.12%-
XYZ4.923.133.25-
YUV48.62128.22155.37-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.73%
GREEN value IS 29 (11.72% from 255) = 17.58%
BLUE value IS 49 (19.53% from 255) = 29.70%
R=52.73%
G=17.58%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.44
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87294900.670.440.66339.315022.75
Hex571D310432C421533217
Octal12735610103541025236227
Binary10101111110111000101000011101100100001010101001111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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