#571930

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

Shades of Black Rose #571930

Tints of Black Rose #571930

Color information

#571930 (or 0x571930) is unknown color: approx Black Rose. HEX triplet: 57, 19 and 30. RGB value is (87,25,48). Sum of RGB (Red+Green+Blue) = 87+25+48=160 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.38% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 48 (19.14% from 255 or 30% from 160); Max value from RGB is 87 - color contains mainly: red. Hex color #571930 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571930 is #A8E6CF. Grayscale: #2E2E2E. Windows color (decimal): -11069136 or 3152215. OLE color: 3152215.

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

Color convert

RGB872548-
CMYK00.710.450.66
HSL337.74º55.36%21.96%-
HSV(B)337.74º71.26%34.12%-
XYZ4.812.933.11-
YUV46.16129.04157.13-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 54.38%
GREEN value IS 25 (10.16% from 255) = 15.62%
BLUE value IS 48 (19.14% from 255) = 30%
R=54.38%
G=15.62%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.45
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87254800.710.450.66337.7455.3621.96
Hex5719300472D421523716
Octal12731600107551025226726
Binary10101111100111000001000111101101100001010101001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571930; }

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

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

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

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

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

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

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

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