#571B2E

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

Shades of Black Rose #571B2E

Tints of Black Rose #571B2E

Color information

#571B2E (or 0x571B2E) is unknown color: approx Black Rose. HEX triplet: 57, 1B and 2E. RGB value is (87,27,46). Sum of RGB (Red+Green+Blue) = 87+27+46=160 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.38% from 160); Green value is 27 (10.94% from 255 or 16.88% from 160); Blue value is 46 (18.36% from 255 or 28.75% from 160); Max value from RGB is 87 - color contains mainly: red. Hex color #571B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571B2E is #A8E4D1. Grayscale: #2F2F2F. Windows color (decimal): -11068626 or 3021655. OLE color: 3021655.

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

Color convert

RGB872746-
CMYK00.690.470.66
HSL341º52.63%22.35%-
HSV(B)341º68.97%34.12%-
XYZ4.823.012.91-
YUV47.11127.38156.46-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 54.38%
GREEN value IS 27 (10.94% from 255) = 16.88%
BLUE value IS 46 (18.36% from 255) = 28.75%
R=54.38%
G=16.88%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.47
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87274600.690.470.6634152.6322.35
Hex571B2E0452F421553516
Octal12733560105571025256526
Binary10101111101110111001000101101111100001010101010111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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