#90344C

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

Shades of Disco #90344C

Tints of Disco #90344C

Color information

#90344C (or 0x90344C) is unknown color: approx Disco. HEX triplet: 90, 34 and 4C. RGB value is (144,52,76). Sum of RGB (Red+Green+Blue) = 144+52+76=272 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.94% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 144 - color contains mainly: red. Hex color #90344C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90344C is #6FCBB3. Grayscale: #525252. Windows color (decimal): -7326644 or 4994192. OLE color: 4994192.

HSL color Cylindrical-coordinate representation of color #90344C: hue angle of 344.35º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #90344C is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB1445276-
CMYK00.640.470.44
HSL344.35º46.94%38.43%-
HSV(B)344.35º63.89%56.47%-
XYZ14.038.917.82-
YUV82.24124.48172.05-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 52.94%
GREEN value IS 52 (20.70% from 255) = 19.12%
BLUE value IS 76 (30.08% from 255) = 27.94%
R=52.94%
G=19.12%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144527600.640.470.44344.3546.9438.43
Hex90344C0402F2C1582f26
Octal22064114010057545305746
Binary10010000110100100110001000000101111101100101011000101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90344C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90344C; }

 p { color: rgb(144,52,76); }

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

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

 a { background-color: rgb(144,52,76); }

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

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

 span { border-color: rgb(144,52,76); }

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