#571F2E

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

Shades of Black Rose #571F2E

Tints of Black Rose #571F2E

Color information

#571F2E (or 0x571F2E) is unknown color: approx Black Rose. HEX triplet: 57, 1F and 2E. RGB value is (87,31,46). Sum of RGB (Red+Green+Blue) = 87+31+46=164 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.05% from 164); Green value is 31 (12.5% from 255 or 18.90% from 164); Blue value is 46 (18.36% from 255 or 28.05% from 164); Max value from RGB is 87 - color contains mainly: red. Hex color #571F2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571F2E is #A8E0D1. Grayscale: #313131. Windows color (decimal): -11067602 or 3022679. OLE color: 3022679.

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

Color convert

RGB873146-
CMYK00.640.470.66
HSL343.93º47.46%23.14%-
HSV(B)343.93º64.37%34.12%-
XYZ4.913.22.94-
YUV49.45126.05154.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 53.05%
GREEN value IS 31 (12.5% from 255) = 18.90%
BLUE value IS 46 (18.36% from 255) = 28.05%
R=53.05%
G=18.90%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.47
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87314600.640.470.66343.9347.4623.14
Hex571F2E0402F421582f17
Octal12737560100571025305727
Binary10101111111110111001000000101111100001010101100010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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