#57293B

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

Shades of Black Rose #57293B

Tints of Black Rose #57293B

Color information

#57293B (or 0x57293B) is unknown color: approx Black Rose. HEX triplet: 57, 29 and 3B. RGB value is (87,41,59). Sum of RGB (Red+Green+Blue) = 87+41+59=187 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.52% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 59 (23.44% from 255 or 31.55% from 187); Max value from RGB is 87 - color contains mainly: red. Hex color #57293B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57293B is #A8D6C4. Grayscale: #383838. Windows color (decimal): -11065029 or 3877207. OLE color: 3877207.

HSL color Cylindrical-coordinate representation of color #57293B: hue angle of 336.52º 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 #57293B is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.66.

Color convert

RGB874159-
CMYK00.530.320.66
HSL336.52º35.94%25.1%-
HSV(B)336.52º52.87%34.12%-
XYZ5.513.934.61-
YUV56.81129.24149.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.52%
GREEN value IS 41 (16.41% from 255) = 21.93%
BLUE value IS 59 (23.44% from 255) = 31.55%
R=46.52%
G=21.93%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.32
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87415900.530.320.66336.5235.9425.1
Hex57293B03520421512419
Octal1275173065401025214431
Binary10101111010011110110110101100000100001010101000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57293B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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