#57263B

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

Shades of Black Rose #57263B

Tints of Black Rose #57263B

Color information

#57263B (or 0x57263B) is unknown color: approx Black Rose. HEX triplet: 57, 26 and 3B. RGB value is (87,38,59). Sum of RGB (Red+Green+Blue) = 87+38+59=184 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.28% from 184); Green value is 38 (15.23% from 255 or 20.65% from 184); Blue value is 59 (23.44% from 255 or 32.07% from 184); Max value from RGB is 87 - color contains mainly: red. Hex color #57263B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57263B is #A8D9C4. Grayscale: #373737. Windows color (decimal): -11065797 or 3876439. OLE color: 3876439.

HSL color Cylindrical-coordinate representation of color #57263B: hue angle of 334.29º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57263B is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.66.

Color convert

RGB873859-
CMYK00.560.320.66
HSL334.29º39.2%24.51%-
HSV(B)334.29º56.32%34.12%-
XYZ5.413.734.57-
YUV55.04130.23150.79-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.28%
GREEN value IS 38 (15.23% from 255) = 20.65%
BLUE value IS 59 (23.44% from 255) = 32.07%
R=47.28%
G=20.65%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87385900.560.320.66334.2939.224.51
Hex57263B038204214e2719
Octal1274673070401025164731
Binary10101111001101110110111000100000100001010100111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57263B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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