#57203A

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

Shades of Black Rose #57203A

Tints of Black Rose #57203A

Color information

#57203A (or 0x57203A) is unknown color: approx Black Rose. HEX triplet: 57, 20 and 3A. RGB value is (87,32,58). Sum of RGB (Red+Green+Blue) = 87+32+58=177 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.15% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 87 - color contains mainly: red. Hex color #57203A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57203A is #A8DFC5. Grayscale: #333333. Windows color (decimal): -11067334 or 3809367. OLE color: 3809367.

HSL color Cylindrical-coordinate representation of color #57203A: hue angle of 331.64º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57203A is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB873258-
CMYK00.630.330.66
HSL331.64º46.22%23.33%-
HSV(B)331.64º63.22%34.12%-
XYZ5.213.364.38-
YUV51.41131.72153.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.15%
GREEN value IS 32 (12.89% from 255) = 18.08%
BLUE value IS 58 (23.05% from 255) = 32.77%
R=49.15%
G=18.08%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87325800.630.330.66331.6446.2223.33
Hex57203A03F214214c2e17
Octal1274072077411025145627
Binary10101111000001110100111111100001100001010100110010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57203A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57203A; }

 p { color: rgb(87,32,58); }

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

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

 a { background-color: rgb(87,32,58); }

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

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

 span { border-color: rgb(87,32,58); }

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