#90293B

Color #90293B Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #90293B

Tints of Bright Red #90293B

Color information

#90293B (or 0x90293B) is unknown color: approx Bright Red. HEX triplet: 90, 29 and 3B. RGB value is (144,41,59). Sum of RGB (Red+Green+Blue) = 144+41+59=244 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.02% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 59 (23.44% from 255 or 24.18% from 244); Max value from RGB is 144 - color contains mainly: red. Hex color #90293B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90293B is #6FD6C4. Grayscale: #494949. Windows color (decimal): -7329477 or 3877264. OLE color: 3877264.

HSL color Cylindrical-coordinate representation of color #90293B: hue angle of 349.51º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #90293B is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.44.

Color convert

RGB1444159-
CMYK00.720.590.44
HSL349.51º55.68%36.27%-
HSV(B)349.51º71.53%56.47%-
XYZ13.087.834.96-
YUV73.85119.62178.04-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 59.02%
GREEN value IS 41 (16.41% from 255) = 16.80%
BLUE value IS 59 (23.44% from 255) = 24.18%
R=59.02%
G=16.80%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.59
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144415900.720.590.44349.5155.6836.27
Hex90293B0483B2C15e3824
Octal2205173011073545367044
Binary1001000010100111101101001000111011101100101011110111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90293B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90293B; }

 p { color: rgb(144,41,59); }

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

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

 a { background-color: rgb(144,41,59); }

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

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

 span { border-color: rgb(144,41,59); }

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