Html Css Color HEX #99352A Thunderbird

📋 copy color: '#99352A'

red 153 ◦ green 53 ◦ blue 42

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

Shades of Thunderbird #99352A

Tints of Thunderbird #99352A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.37%

 BLUE value IS 42 (16.8% from 255) = 16.94%

R = 61.69%
G = 21.37%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#99352A (or 0x99352A) is known color: Thunderbird. HEX triplet: 99, 35 and 2A. RGB value is (153,53,42). Sum of RGB (Red+Green+Blue) = 153+53+42=248 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.69% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 153 - color contains mainly: red. Hex color #99352A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99352A is #66CAD5. Grayscale: #515151. Windows color (decimal): -6736598 or 2766233. OLE color: 2766233.

HSL color Cylindrical-coordinate representation of color #99352A: hue angle of 5.95º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #99352A is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 53 42 -
CMYK 0 0.65 0.73 0.4
HSL 5.95º 0.57% 0.38% -
HSV(B) 5.95º 0.73% 0.6% -
XYZ 14.83 9.49 3.24 -
YUV 81.65 105.63 178.89 -
System Red Green Blue C M Y K H S L
Decimal 153 53 42 0 0.65 0.73 0.4 5.95 0.57 0.38
Hex 99 35 2A 0 41 49 28 6 39 26
Octal 231 65 52 0 101 111 50 6 71 46
Binary 10011001 110101 101010 0 1000001 1001001 101000 110 111001 100110

Color Harmonies of #99352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99352A

Black with #99352A

Text Example


Text Example

White with #99352A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99352A; }

 p { color: rgb(153,53,42); }

 H1.HeaderClassName
 {
   color: #99352A;
 }
 .AnyTagClassName
 {
   color: #99352A;
 }
</style>

background-color css

<style>
 a { background-color: #99352A; }

 a { background-color: rgb(153,53,42); }

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

border-color css

<style>
 span { border-color: #99352A; }

 span { border-color: rgb(153,53,42); }

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