#90274E

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

Shades of Disco #90274E

Tints of Disco #90274E

Color information

#90274E (or 0x90274E) is unknown color: approx Disco. HEX triplet: 90, 27 and 4E. RGB value is (144,39,78). Sum of RGB (Red+Green+Blue) = 144+39+78=261 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.17% from 261); Green value is 39 (15.62% from 255 or 14.94% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 144 - color contains mainly: red. Hex color #90274E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90274E is #6FD8B1. Grayscale: #4A4A4A. Windows color (decimal): -7329970 or 5121936. OLE color: 5121936.

HSL color Cylindrical-coordinate representation of color #90274E: hue angle of 337.71º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #90274E is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB1443978-
CMYK00.730.460.44
HSL337.71º57.38%35.88%-
HSV(B)337.71º72.92%56.47%-
XYZ13.67.938.02-
YUV74.84129.79177.33-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 55.17%
GREEN value IS 39 (15.62% from 255) = 14.94%
BLUE value IS 78 (30.86% from 255) = 29.89%
R=55.17%
G=14.94%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144397800.730.460.44337.7157.3835.88
Hex90274E0492E2C1523924
Octal22047116011156545227144
Binary10010000100111100111001001001101110101100101010010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90274E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90274E; }

 p { color: rgb(144,39,78); }

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

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

 a { background-color: rgb(144,39,78); }

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

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

 span { border-color: rgb(144,39,78); }

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