#571F34

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

Shades of Black Rose #571F34

Tints of Black Rose #571F34

Color information

#571F34 (or 0x571F34) is unknown color: approx Black Rose. HEX triplet: 57, 1F and 34. RGB value is (87,31,52). Sum of RGB (Red+Green+Blue) = 87+31+52=170 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.18% from 170); Green value is 31 (12.5% from 255 or 18.24% from 170); Blue value is 52 (20.70% from 255 or 30.59% from 170); Max value from RGB is 87 - color contains mainly: red. Hex color #571F34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571F34 is #A8E0CB. Grayscale: #323232. Windows color (decimal): -11067596 or 3415895. OLE color: 3415895.

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

Color convert

RGB873152-
CMYK00.640.400.66
HSL337.5º47.46%23.14%-
HSV(B)337.5º64.37%34.12%-
XYZ5.043.253.61-
YUV50.14129.05154.29-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 51.18%
GREEN value IS 31 (12.5% from 255) = 18.24%
BLUE value IS 52 (20.70% from 255) = 30.59%
R=51.18%
G=18.24%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.40
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87315200.640.400.66337.547.4623.14
Hex571F3404028421522f17
Octal12737640100501025225727
Binary10101111111111010001000000101000100001010101001010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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