#571A2E

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

Shades of Black Rose #571A2E

Tints of Black Rose #571A2E

Color information

#571A2E (or 0x571A2E) is unknown color: approx Black Rose. HEX triplet: 57, 1A and 2E. RGB value is (87,26,46). Sum of RGB (Red+Green+Blue) = 87+26+46=159 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.72% from 159); Green value is 26 (10.55% from 255 or 16.35% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 87 - color contains mainly: red. Hex color #571A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571A2E is #A8E5D1. Grayscale: #2E2E2E. Windows color (decimal): -11068882 or 3021399. OLE color: 3021399.

HSL color Cylindrical-coordinate representation of color #571A2E: hue angle of 340.33º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #571A2E is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.66.

Color convert

RGB872646-
CMYK00.700.470.66
HSL340.33º53.98%22.16%-
HSV(B)340.33º70.11%34.12%-
XYZ4.792.962.9-
YUV46.52127.71156.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 54.72%
GREEN value IS 26 (10.55% from 255) = 16.35%
BLUE value IS 46 (18.36% from 255) = 28.93%
R=54.72%
G=16.35%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.47
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87264600.700.470.66340.3353.9822.16
Hex571A2E0462F421543616
Octal12732560106571025246626
Binary10101111101010111001000110101111100001010101010011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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