#57233B

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

Shades of Black Rose #57233B

Tints of Black Rose #57233B

Color information

#57233B (or 0x57233B) is unknown color: approx Black Rose. HEX triplet: 57, 23 and 3B. RGB value is (87,35,59). Sum of RGB (Red+Green+Blue) = 87+35+59=181 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.07% from 181); Green value is 35 (14.06% from 255 or 19.34% from 181); Blue value is 59 (23.44% from 255 or 32.60% from 181); Max value from RGB is 87 - color contains mainly: red. Hex color #57233B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57233B is #A8DCC4. Grayscale: #353535. Windows color (decimal): -11066565 or 3875671. OLE color: 3875671.

HSL color Cylindrical-coordinate representation of color #57233B: hue angle of 332.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 #57233B is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.66.

Color convert

RGB873559-
CMYK00.600.320.66
HSL332.31º42.62%23.92%-
HSV(B)332.31º59.77%34.12%-
XYZ5.323.544.54-
YUV53.28131.23152.05-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.07%
GREEN value IS 35 (14.06% from 255) = 19.34%
BLUE value IS 59 (23.44% from 255) = 32.60%
R=48.07%
G=19.34%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.32
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87355900.600.320.66332.3142.6223.92
Hex57233B03C204214c2b18
Octal1274373074401025145330
Binary10101111000111110110111100100000100001010100110010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57233B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57233B; }

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

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

<style>
 a { background-color: #57233B; }

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

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

<style>
 span { border-color: #57233B; }

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

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