#57262F

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

Shades of Black Rose #57262F

Tints of Black Rose #57262F

Color information

#57262F (or 0x57262F) is unknown color: approx Black Rose. HEX triplet: 57, 26 and 2F. RGB value is (87,38,47). Sum of RGB (Red+Green+Blue) = 87+38+47=172 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.58% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 47 (18.75% from 255 or 27.33% from 172); Max value from RGB is 87 - color contains mainly: red. Hex color #57262F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57262F is #A8D9D0. Grayscale: #353535. Windows color (decimal): -11065809 or 3090007. OLE color: 3090007.

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

Color convert

RGB873847-
CMYK00.560.460.66
HSL348.98º39.2%24.51%-
HSV(B)348.98º56.32%34.12%-
XYZ5.143.623.12-
YUV53.68124.23151.77-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50.58%
GREEN value IS 38 (15.23% from 255) = 22.09%
BLUE value IS 47 (18.75% from 255) = 27.33%
R=50.58%
G=22.09%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87384700.560.460.66348.9839.224.51
Hex57262F0382E4215d2719
Octal1274657070561025354731
Binary10101111001101011110111000101110100001010101110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57262F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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