#571730

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

Shades of Black Rose #571730

Tints of Black Rose #571730

Color information

#571730 (or 0x571730) is unknown color: approx Black Rose. HEX triplet: 57, 17 and 30. RGB value is (87,23,48). Sum of RGB (Red+Green+Blue) = 87+23+48=158 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.06% from 158); Green value is 23 (9.38% from 255 or 14.56% from 158); Blue value is 48 (19.14% from 255 or 30.38% from 158); Max value from RGB is 87 - color contains mainly: red. Hex color #571730 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571730 is #A8E8CF. Grayscale: #2C2C2C. Windows color (decimal): -11069648 or 3151703. OLE color: 3151703.

HSL color Cylindrical-coordinate representation of color #571730: hue angle of 336.56º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #571730 is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.66.

Color convert

RGB872348-
CMYK00.740.450.66
HSL336.56º58.18%21.57%-
HSV(B)336.56º73.56%34.12%-
XYZ4.772.853.1-
YUV44.99129.7157.97-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 55.06%
GREEN value IS 23 (9.38% from 255) = 14.56%
BLUE value IS 48 (19.14% from 255) = 30.38%
R=55.06%
G=14.56%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.45
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87234800.740.450.66336.5658.1821.57
Hex57173004A2D421513a16
Octal12727600112551025217226
Binary10101111011111000001001010101101100001010101000111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571730; }

 p { color: rgb(87,23,48); }

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

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

 a { background-color: rgb(87,23,48); }

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

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

 span { border-color: rgb(87,23,48); }

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