#57283A

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

Shades of Black Rose #57283A

Tints of Black Rose #57283A

Color information

#57283A (or 0x57283A) is unknown color: approx Black Rose. HEX triplet: 57, 28 and 3A. RGB value is (87,40,58). Sum of RGB (Red+Green+Blue) = 87+40+58=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 58 (23.05% from 255 or 31.35% from 185); Max value from RGB is 87 - color contains mainly: red. Hex color #57283A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57283A is #A8D7C5. Grayscale: #383838. Windows color (decimal): -11065286 or 3811415. OLE color: 3811415.

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

Color convert

RGB874058-
CMYK00.540.330.66
HSL337.02º37.01%24.9%-
HSV(B)337.02º54.02%34.12%-
XYZ5.453.854.46-
YUV56.1129.07150.04-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.03%
GREEN value IS 40 (16.02% from 255) = 21.62%
BLUE value IS 58 (23.05% from 255) = 31.35%
R=47.03%
G=21.62%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87405800.540.330.66337.0237.0124.9
Hex57283A03621421512519
Octal1275072066411025214531
Binary10101111010001110100110110100001100001010101000110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57283A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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