#571B2F

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

Shades of Black Rose #571B2F

Tints of Black Rose #571B2F

Color information

#571B2F (or 0x571B2F) is unknown color: approx Black Rose. HEX triplet: 57, 1B and 2F. RGB value is (87,27,47). Sum of RGB (Red+Green+Blue) = 87+27+47=161 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.04% from 161); Green value is 27 (10.94% from 255 or 16.77% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 87 - color contains mainly: red. Hex color #571B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571B2F is #A8E4D0. Grayscale: #2F2F2F. Windows color (decimal): -11068625 or 3087191. OLE color: 3087191.

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

Color convert

RGB872747-
CMYK00.690.460.66
HSL340º52.63%22.35%-
HSV(B)340º68.97%34.12%-
XYZ4.843.023.02-
YUV47.22127.88156.37-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 54.04%
GREEN value IS 27 (10.94% from 255) = 16.77%
BLUE value IS 47 (18.75% from 255) = 29.19%
R=54.04%
G=16.77%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.46
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87274700.690.460.6634052.6322.35
Hex571B2F0452E421543516
Octal12733570105561025246526
Binary10101111101110111101000101101110100001010101010011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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