#571B2D

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

Shades of Black Rose #571B2D

Tints of Black Rose #571B2D

Color information

#571B2D (or 0x571B2D) is unknown color: approx Black Rose. HEX triplet: 57, 1B and 2D. RGB value is (87,27,45). Sum of RGB (Red+Green+Blue) = 87+27+45=159 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.72% from 159); Green value is 27 (10.94% from 255 or 16.98% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 87 - color contains mainly: red. Hex color #571B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571B2D is #A8E4D2. Grayscale: #2E2E2E. Windows color (decimal): -11068627 or 2956119. OLE color: 2956119.

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

Color convert

RGB872745-
CMYK00.690.480.66
HSL342º52.63%22.35%-
HSV(B)342º68.97%34.12%-
XYZ4.832.81-
YUV46.99126.88156.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 54.72%
GREEN value IS 27 (10.94% from 255) = 16.98%
BLUE value IS 45 (17.97% from 255) = 28.30%
R=54.72%
G=16.98%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.48
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87274500.690.480.6634252.6322.35
Hex571B2D04530421563516
Octal12733550105601025266526
Binary10101111101110110101000101110000100001010101011011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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