Html Css Color HEX #90392F Thunderbird

📋 copy color: '#90392F'

red 144 ◦ green 57 ◦ blue 47

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

Shades of Thunderbird #90392F

Tints of Thunderbird #90392F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.98%

 BLUE value IS 47 (18.75% from 255) = 18.95%

R = 58.06%
G = 22.98%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#90392F (or 0x90392F) is known color: Thunderbird. HEX triplet: 90, 39 and 2F. RGB value is (144,57,47). Sum of RGB (Red+Green+Blue) = 144+57+47=248 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.06% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 144 - color contains mainly: red. Hex color #90392F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90392F is #6FC6D0. Grayscale: #515151. Windows color (decimal): -7325393 or 3094928. OLE color: 3094928.

HSL color Cylindrical-coordinate representation of color #90392F: hue angle of 6.19º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #90392F is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 57 47 -
CMYK 0 0.60 0.67 0.44
HSL 6.19º 0.51% 0.37% -
HSV(B) 6.19º 0.67% 0.56% -
XYZ 13.48 9.06 3.73 -
YUV 81.87 108.32 172.31 -
System Red Green Blue C M Y K H S L
Decimal 144 57 47 0 0.60 0.67 0.44 6.19 0.51 0.37
Hex 90 39 2F 0 3C 43 2C 6 33 25
Octal 220 71 57 0 74 103 54 6 63 45
Binary 10010000 111001 101111 0 111100 1000011 101100 110 110011 100101

Color Harmonies of #90392F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90392F

Black with #90392F

Text Example


Text Example

White with #90392F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90392F; }

 p { color: rgb(144,57,47); }

 H1.HeaderClassName
 {
   color: #90392F;
 }
 .AnyTagClassName
 {
   color: #90392F;
 }
</style>

background-color css

<style>
 a { background-color: #90392F; }

 a { background-color: rgb(144,57,47); }

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

border-color css

<style>
 span { border-color: #90392F; }

 span { border-color: rgb(144,57,47); }

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