#57232F

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

Shades of Black Rose #57232F

Tints of Black Rose #57232F

Color information

#57232F (or 0x57232F) is unknown color: approx Black Rose. HEX triplet: 57, 23 and 2F. RGB value is (87,35,47). Sum of RGB (Red+Green+Blue) = 87+35+47=169 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.48% from 169); Green value is 35 (14.06% from 255 or 20.71% from 169); Blue value is 47 (18.75% from 255 or 27.81% from 169); Max value from RGB is 87 - color contains mainly: red. Hex color #57232F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57232F is #A8DCD0. Grayscale: #333333. Windows color (decimal): -11066577 or 3089239. OLE color: 3089239.

HSL color Cylindrical-coordinate representation of color #57232F: hue angle of 346.15º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57232F is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.66.

Color convert

RGB873547-
CMYK00.600.460.66
HSL346.15º42.62%23.92%-
HSV(B)346.15º59.77%34.12%-
XYZ5.043.433.09-
YUV51.92125.23153.02-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 51.48%
GREEN value IS 35 (14.06% from 255) = 20.71%
BLUE value IS 47 (18.75% from 255) = 27.81%
R=51.48%
G=20.71%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.46
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87354700.600.460.66346.1542.6223.92
Hex57232F03C2E4215a2b18
Octal1274357074561025325330
Binary10101111000111011110111100101110100001010101101010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57232F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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