#57263C

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

Shades of Black Rose #57263C

Tints of Black Rose #57263C

Color information

#57263C (or 0x57263C) is unknown color: approx Black Rose. HEX triplet: 57, 26 and 3C. RGB value is (87,38,60). Sum of RGB (Red+Green+Blue) = 87+38+60=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 60 (23.83% from 255 or 32.43% from 185); Max value from RGB is 87 - color contains mainly: red. Hex color #57263C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57263C is #A8D9C3. Grayscale: #373737. Windows color (decimal): -11065796 or 3941975. OLE color: 3941975.

HSL color Cylindrical-coordinate representation of color #57263C: hue angle of 333.06º 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 #57263C is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.66.

Color convert

RGB873860-
CMYK00.560.310.66
HSL333.06º39.2%24.51%-
HSV(B)333.06º56.32%34.12%-
XYZ5.443.744.71-
YUV55.16130.73150.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.03%
GREEN value IS 38 (15.23% from 255) = 20.54%
BLUE value IS 60 (23.83% from 255) = 32.43%
R=47.03%
G=20.54%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.31
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87386000.560.310.66333.0639.224.51
Hex57263C0381F4214d2719
Octal1274674070371025154731
Binary1010111100110111100011100011111100001010100110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57263C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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