#57233A

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

Shades of Black Rose #57233A

Tints of Black Rose #57233A

Color information

#57233A (or 0x57233A) is unknown color: approx Black Rose. HEX triplet: 57, 23 and 3A. RGB value is (87,35,58). Sum of RGB (Red+Green+Blue) = 87+35+58=180 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.33% from 180); Green value is 35 (14.06% from 255 or 19.44% from 180); Blue value is 58 (23.05% from 255 or 32.22% from 180); Max value from RGB is 87 - color contains mainly: red. Hex color #57233A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57233A is #A8DCC5. Grayscale: #353535. Windows color (decimal): -11066566 or 3810135. OLE color: 3810135.

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

Color convert

RGB873558-
CMYK00.600.330.66
HSL333.46º42.62%23.92%-
HSV(B)333.46º59.77%34.12%-
XYZ5.33.534.41-
YUV53.17130.73152.13-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.33%
GREEN value IS 35 (14.06% from 255) = 19.44%
BLUE value IS 58 (23.05% from 255) = 32.22%
R=48.33%
G=19.44%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87355800.600.330.66333.4642.6223.92
Hex57233A03C214214d2b18
Octal1274372074411025155330
Binary10101111000111110100111100100001100001010100110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57233A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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