#57262E

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

Shades of Black Rose #57262E

Tints of Black Rose #57262E

Color information

#57262E (or 0x57262E) is unknown color: approx Black Rose. HEX triplet: 57, 26 and 2E. RGB value is (87,38,46). Sum of RGB (Red+Green+Blue) = 87+38+46=171 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.88% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 46 (18.36% from 255 or 26.90% from 171); Max value from RGB is 87 - color contains mainly: red. Hex color #57262E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57262E is #A8D9D1. Grayscale: #353535. Windows color (decimal): -11065810 or 3024471. OLE color: 3024471.

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

Color convert

RGB873846-
CMYK00.560.470.66
HSL350.2º39.2%24.51%-
HSV(B)350.2º56.32%34.12%-
XYZ5.123.613.01-
YUV53.56123.73151.85-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50.88%
GREEN value IS 38 (15.23% from 255) = 22.22%
BLUE value IS 46 (18.36% from 255) = 26.90%
R=50.88%
G=22.22%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87384600.560.470.66350.239.224.51
Hex57262E0382F4215e2719
Octal1274656070571025364731
Binary10101111001101011100111000101111100001010101111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57262E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57262E; }

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

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

<style>
 a { background-color: #57262E; }

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

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

<style>
 span { border-color: #57262E; }

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

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