#571E2F

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

Shades of Black Rose #571E2F

Tints of Black Rose #571E2F

Color information

#571E2F (or 0x571E2F) is unknown color: approx Black Rose. HEX triplet: 57, 1E and 2F. RGB value is (87,30,47). Sum of RGB (Red+Green+Blue) = 87+30+47=164 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.05% from 164); Green value is 30 (12.11% from 255 or 18.29% from 164); Blue value is 47 (18.75% from 255 or 28.66% from 164); Max value from RGB is 87 - color contains mainly: red. Hex color #571E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571E2F is #A8E1D0. Grayscale: #303030. Windows color (decimal): -11067857 or 3087959. OLE color: 3087959.

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

Color convert

RGB873047-
CMYK00.660.460.66
HSL342.11º48.72%22.94%-
HSV(B)342.11º65.52%34.12%-
XYZ4.913.163.04-
YUV48.98126.88155.12-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 53.05%
GREEN value IS 30 (12.11% from 255) = 18.29%
BLUE value IS 47 (18.75% from 255) = 28.66%
R=53.05%
G=18.29%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.46
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87304700.660.460.66342.1148.7222.94
Hex571E2F0422E421563117
Octal12736570102561025266127
Binary10101111111010111101000010101110100001010101011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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