#57293A

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

Shades of Black Rose #57293A

Tints of Black Rose #57293A

Color information

#57293A (or 0x57293A) is unknown color: approx Black Rose. HEX triplet: 57, 29 and 3A. RGB value is (87,41,58). Sum of RGB (Red+Green+Blue) = 87+41+58=186 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.77% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 58 (23.05% from 255 or 31.18% from 186); Max value from RGB is 87 - color contains mainly: red. Hex color #57293A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57293A is #A8D6C5. Grayscale: #383838. Windows color (decimal): -11065030 or 3811671. OLE color: 3811671.

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

Color convert

RGB874158-
CMYK00.530.330.66
HSL337.83º35.94%25.1%-
HSV(B)337.83º52.87%34.12%-
XYZ5.493.924.47-
YUV56.69128.74149.62-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.77%
GREEN value IS 41 (16.41% from 255) = 22.04%
BLUE value IS 58 (23.05% from 255) = 31.18%
R=46.77%
G=22.04%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87415800.530.330.66337.8335.9425.1
Hex57293A03521421522419
Octal1275172065411025224431
Binary10101111010011110100110101100001100001010101001010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57293A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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