#90234A

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

Shades of Disco #90234A

Tints of Disco #90234A

Color information

#90234A (or 0x90234A) is unknown color: approx Disco. HEX triplet: 90, 23 and 4A. RGB value is (144,35,74). Sum of RGB (Red+Green+Blue) = 144+35+74=253 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.92% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 144 - color contains mainly: red. Hex color #90234A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90234A is #6FDCB5. Grayscale: #474747. Windows color (decimal): -7330998 or 4858768. OLE color: 4858768.

HSL color Cylindrical-coordinate representation of color #90234A: hue angle of 338.53º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #90234A is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB1443574-
CMYK00.760.490.44
HSL338.53º60.89%35.1%-
HSV(B)338.53º75.69%56.47%-
XYZ13.347.637.25-
YUV72.04129.11179.33-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 56.92%
GREEN value IS 35 (14.06% from 255) = 13.83%
BLUE value IS 74 (29.30% from 255) = 29.25%
R=56.92%
G=13.83%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144357400.760.490.44338.5360.8935.1
Hex90234A04C312C1533d23
Octal22043112011461545237543
Binary10010000100011100101001001100110001101100101010011111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90234A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,35,74); }

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

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

 a { background-color: rgb(144,35,74); }

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

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

 span { border-color: rgb(144,35,74); }

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