#57232E

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

Shades of Black Rose #57232E

Tints of Black Rose #57232E

Color information

#57232E (or 0x57232E) is unknown color: approx Black Rose. HEX triplet: 57, 23 and 2E. RGB value is (87,35,46). Sum of RGB (Red+Green+Blue) = 87+35+46=168 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.79% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 46 (18.36% from 255 or 27.38% from 168); Max value from RGB is 87 - color contains mainly: red. Hex color #57232E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57232E is #A8DCD1. Grayscale: #333333. Windows color (decimal): -11066578 or 3023703. OLE color: 3023703.

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

Color convert

RGB873546-
CMYK00.600.470.66
HSL347.31º42.62%23.92%-
HSV(B)347.31º59.77%34.12%-
XYZ5.023.432.98-
YUV51.8124.73153.11-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 51.79%
GREEN value IS 35 (14.06% from 255) = 20.83%
BLUE value IS 46 (18.36% from 255) = 27.38%
R=51.79%
G=20.83%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.47
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87354600.600.470.66347.3142.6223.92
Hex57232E03C2F4215b2b18
Octal1274356074571025335330
Binary10101111000111011100111100101111100001010101101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57232E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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