#923348

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

Shades of Disco #923348

Tints of Disco #923348

Color information

#923348 (or 0x923348) is unknown color: approx Disco. HEX triplet: 92, 33 and 48. RGB value is (146,51,72). Sum of RGB (Red+Green+Blue) = 146+51+72=269 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.28% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 72 (28.52% from 255 or 26.77% from 269); Max value from RGB is 146 - color contains mainly: red. Hex color #923348 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923348 is #6DCCB7. Grayscale: #515151. Windows color (decimal): -7195832 or 4731794. OLE color: 4731794.

HSL color Cylindrical-coordinate representation of color #923348: hue angle of 346.74º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #923348 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB1465172-
CMYK00.650.510.43
HSL346.74º48.22%38.63%-
HSV(B)346.74º65.07%57.25%-
XYZ14.218.957.11-
YUV81.8122.47173.79-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 54.28%
GREEN value IS 51 (20.31% from 255) = 18.96%
BLUE value IS 72 (28.52% from 255) = 26.77%
R=54.28%
G=18.96%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146517200.650.510.43346.7448.2238.63
Hex923348041332B15b3027
Octal22263110010163535336047
Binary10010010110011100100001000001110011101011101011011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923348; }

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

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

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

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

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

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

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

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