#923248

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

Shades of Disco #923248

Tints of Disco #923248

Color information

#923248 (or 0x923248) is unknown color: approx Disco. HEX triplet: 92, 32 and 48. RGB value is (146,50,72). Sum of RGB (Red+Green+Blue) = 146+50+72=268 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.48% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 146 - color contains mainly: red. Hex color #923248 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923248 is #6DCDB7. Grayscale: #515151. Windows color (decimal): -7196088 or 4731538. OLE color: 4731538.

HSL color Cylindrical-coordinate representation of color #923248: hue angle of 346.25º 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 #923248 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB1465072-
CMYK00.660.510.43
HSL346.25º48.98%38.43%-
HSV(B)346.25º65.75%57.25%-
XYZ14.168.867.09-
YUV81.21122.8174.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 54.48%
GREEN value IS 50 (19.92% from 255) = 18.66%
BLUE value IS 72 (28.52% from 255) = 26.87%
R=54.48%
G=18.66%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146507200.660.510.43346.2548.9838.43
Hex923248042332B15a3126
Octal22262110010263535326146
Binary10010010110010100100001000010110011101011101011010110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923248; }

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

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

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

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

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

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

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

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