Html Css Color HEX #99372D Thunderbird

📋 copy color: '#99372D'

red 153 ◦ green 55 ◦ blue 45

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

Shades of Thunderbird #99372D

Tints of Thunderbird #99372D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.79%

R = 60.47%
G = 21.74%
B = 17.79%

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

#99372D (or 0x99372D) is known color: Thunderbird. HEX triplet: 99, 37 and 2D. RGB value is (153,55,45). Sum of RGB (Red+Green+Blue) = 153+55+45=253 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.47% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 153 - color contains mainly: red. Hex color #99372D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99372D is #66C8D2. Grayscale: #535353. Windows color (decimal): -6736083 or 2963353. OLE color: 2963353.

HSL color Cylindrical-coordinate representation of color #99372D: hue angle of 5.56º 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 #99372D is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 55 45 -
CMYK 0 0.64 0.71 0.4
HSL 5.56º 0.55% 0.39% -
HSV(B) 5.56º 0.71% 0.6% -
XYZ 14.98 9.69 3.56 -
YUV 83.16 106.47 177.81 -
System Red Green Blue C M Y K H S L
Decimal 153 55 45 0 0.64 0.71 0.4 5.56 0.55 0.39
Hex 99 37 2D 0 40 47 28 6 37 27
Octal 231 67 55 0 100 107 50 6 67 47
Binary 10011001 110111 101101 0 1000000 1000111 101000 110 110111 100111

Color Harmonies of #99372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99372D

Black with #99372D

Text Example


Text Example

White with #99372D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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