Html Css Color HEX #99332B Thunderbird

📋 copy color: '#99332B'

red 153 ◦ green 51 ◦ blue 43

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

Shades of Thunderbird #99332B

Tints of Thunderbird #99332B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.65%

 BLUE value IS 43 (17.19% from 255) = 17.41%

R = 61.94%
G = 20.65%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.4

RGB Variations

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

Color information

#99332B (or 0x99332B) is known color: Thunderbird. HEX triplet: 99, 33 and 2B. RGB value is (153,51,43). Sum of RGB (Red+Green+Blue) = 153+51+43=247 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.94% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 153 - color contains mainly: red. Hex color #99332B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99332B is #66CCD4. Grayscale: #505050. Windows color (decimal): -6737109 or 2831257. OLE color: 2831257.

HSL color Cylindrical-coordinate representation of color #99332B: hue angle of 4.36º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #99332B is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 51 43 -
CMYK 0 0.67 0.72 0.4
HSL 4.36º 0.56% 0.38% -
HSV(B) 4.36º 0.72% 0.6% -
XYZ 14.76 9.31 3.31 -
YUV 80.59 106.79 179.65 -
System Red Green Blue C M Y K H S L
Decimal 153 51 43 0 0.67 0.72 0.4 4.36 0.56 0.38
Hex 99 33 2B 0 43 48 28 4 38 26
Octal 231 63 53 0 103 110 50 4 70 46
Binary 10011001 110011 101011 0 1000011 1001000 101000 100 111000 100110

Color Harmonies of #99332B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99332B

Black with #99332B

Text Example


Text Example

White with #99332B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,51,43); }

 H1.HeaderClassName
 {
   color: #99332B;
 }
 .AnyTagClassName
 {
   color: #99332B;
 }
</style>

background-color css

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

 a { background-color: rgb(153,51,43); }

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

border-color css

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

 span { border-color: rgb(153,51,43); }

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