Html Css Color HEX #90312E Thunderbird

📋 copy color: '#90312E'

red 144 ◦ green 49 ◦ blue 46

#90312E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thunderbird #90312E

Tints of Thunderbird #90312E

RGB

 RED value IS 144 (56.64% from 255) = 60.25%

 GREEN value IS 49 (19.53% from 255) = 20.5%

 BLUE value IS 46 (18.36% from 255) = 19.25%

R = 60.25%
G = 20.5%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.44

RGB Variations

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

Color information

#90312E (or 0x90312E) is known color: Thunderbird. HEX triplet: 90, 31 and 2E. RGB value is (144,49,46). Sum of RGB (Red+Green+Blue) = 144+49+46=239 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.25% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 46 (18.36% from 255 or 19.25% from 239); Max value from RGB is 144 - color contains mainly: red. Hex color #90312E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90312E is #6FCED1. Grayscale: #4D4D4D. Windows color (decimal): -7327442 or 3027344. OLE color: 3027344.

HSL color Cylindrical-coordinate representation of color #90312E: hue angle of 1.84º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #90312E is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 49 46 -
CMYK 0 0.66 0.68 0.44
HSL 1.84º 0.52% 0.37% -
HSV(B) 1.84º 0.68% 0.56% -
XYZ 13.09 8.32 3.5 -
YUV 77.06 110.47 175.74 -
System Red Green Blue C M Y K H S L
Decimal 144 49 46 0 0.66 0.68 0.44 1.84 0.52 0.37
Hex 90 31 2E 0 42 44 2C 2 34 25
Octal 220 61 56 0 102 104 54 2 64 45
Binary 10010000 110001 101110 0 1000010 1000100 101100 10 110100 100101

Color Harmonies of #90312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90312E

Black with #90312E

Text Example


Text Example

White with #90312E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,49,46); }

 H1.HeaderClassName
 {
   color: #90312E;
 }
 .AnyTagClassName
 {
   color: #90312E;
 }
</style>

background-color css

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

 a { background-color: rgb(144,49,46); }

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

border-color css

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

 span { border-color: rgb(144,49,46); }

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