#923246

Color #923246 Disco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Disco #923246

Tints of Disco #923246

Color information

#923246 (or 0x923246) is unknown color: approx Disco. HEX triplet: 92, 32 and 46. RGB value is (146,50,70). Sum of RGB (Red+Green+Blue) = 146+50+70=266 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.89% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 146 - color contains mainly: red. Hex color #923246 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923246 is #6DCDB9. Grayscale: #515151. Windows color (decimal): -7196090 or 4600466. OLE color: 4600466.

HSL color Cylindrical-coordinate representation of color #923246: hue angle of 347.5º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #923246 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.43.

Color convert

RGB1465070-
CMYK00.660.520.43
HSL347.5º48.98%38.43%-
HSV(B)347.5º65.75%57.25%-
XYZ14.18.836.76-
YUV80.98121.8174.37-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 54.89%
GREEN value IS 50 (19.92% from 255) = 18.80%
BLUE value IS 70 (27.73% from 255) = 26.32%
R=54.89%
G=18.80%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.52
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146507000.660.520.43347.548.9838.43
Hex923246042342B15c3126
Octal22262106010264535346146
Binary10010010110010100011001000010110100101011101011100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923246; }

 p { color: rgb(146,50,70); }

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

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

 a { background-color: rgb(146,50,70); }

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

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

 span { border-color: rgb(146,50,70); }

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