Html Css Color HEX #99372C Thunderbird

📋 copy color: '#99372C'

red 153 ◦ green 55 ◦ blue 44

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

Shades of Thunderbird #99372C

Tints of Thunderbird #99372C

RGB

 RED value IS 153 (60.16% from 255) = 60.71%

 GREEN value IS 55 (21.88% from 255) = 21.83%

 BLUE value IS 44 (17.58% from 255) = 17.46%

R = 60.71%
G = 21.83%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.4

RGB Variations

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

Color information

#99372C (or 0x99372C) is known color: Thunderbird. HEX triplet: 99, 37 and 2C. RGB value is (153,55,44). Sum of RGB (Red+Green+Blue) = 153+55+44=252 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.71% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 153 - color contains mainly: red. Hex color #99372C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99372C is #66C8D3. Grayscale: #535353. Windows color (decimal): -6736084 or 2897817. OLE color: 2897817.

HSL color Cylindrical-coordinate representation of color #99372C: hue angle of 6.06º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #99372C is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 55 44 -
CMYK 0 0.64 0.71 0.4
HSL 6.06º 0.55% 0.39% -
HSV(B) 6.06º 0.71% 0.6% -
XYZ 14.96 9.69 3.46 -
YUV 83.05 105.97 177.89 -
System Red Green Blue C M Y K H S L
Decimal 153 55 44 0 0.64 0.71 0.4 6.06 0.55 0.39
Hex 99 37 2C 0 40 47 28 6 37 27
Octal 231 67 54 0 100 107 50 6 67 47
Binary 10011001 110111 101100 0 1000000 1000111 101000 110 110111 100111

Color Harmonies of #99372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99372C

Black with #99372C

Text Example


Text Example

White with #99372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99372C; }

 p { color: rgb(153,55,44); }

 H1.HeaderClassName
 {
   color: #99372C;
 }
 .AnyTagClassName
 {
   color: #99372C;
 }
</style>

background-color css

<style>
 a { background-color: #99372C; }

 a { background-color: rgb(153,55,44); }

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

border-color css

<style>
 span { border-color: #99372C; }

 span { border-color: rgb(153,55,44); }

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