#571F32

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

Shades of Black Rose #571F32

Tints of Black Rose #571F32

Color information

#571F32 (or 0x571F32) is unknown color: approx Black Rose. HEX triplet: 57, 1F and 32. RGB value is (87,31,50). Sum of RGB (Red+Green+Blue) = 87+31+50=168 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.79% from 168); Green value is 31 (12.5% from 255 or 18.45% from 168); Blue value is 50 (19.92% from 255 or 29.76% from 168); Max value from RGB is 87 - color contains mainly: red. Hex color #571F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571F32 is #A8E0CD. Grayscale: #313131. Windows color (decimal): -11067598 or 3284823. OLE color: 3284823.

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

Color convert

RGB873150-
CMYK00.640.430.66
HSL339.64º47.46%23.14%-
HSV(B)339.64º64.37%34.12%-
XYZ53.243.38-
YUV49.91128.05154.46-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 51.79%
GREEN value IS 31 (12.5% from 255) = 18.45%
BLUE value IS 50 (19.92% from 255) = 29.76%
R=51.79%
G=18.45%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87315000.640.430.66339.6447.4623.14
Hex571F320402B421542f17
Octal12737620100531025245727
Binary10101111111111001001000000101011100001010101010010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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