Html Css Color HEX #96352A Thunderbird

📋 copy color: '#96352A'

red 150 ◦ green 53 ◦ blue 42

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

Shades of Thunderbird #96352A

Tints of Thunderbird #96352A

RGB

 RED value IS 150 (58.98% from 255) = 61.22%

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

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

R = 61.22%
G = 21.63%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.41

RGB Variations

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

Color information

#96352A (or 0x96352A) is known color: Thunderbird. HEX triplet: 96, 35 and 2A. RGB value is (150,53,42). Sum of RGB (Red+Green+Blue) = 150+53+42=245 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.22% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 150 - color contains mainly: red. Hex color #96352A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96352A is #69CAD5. Grayscale: #505050. Windows color (decimal): -6933206 or 2766230. OLE color: 2766230.

HSL color Cylindrical-coordinate representation of color #96352A: hue angle of 6.11º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #96352A is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 53 42 -
CMYK 0 0.65 0.72 0.41
HSL 6.11º 0.56% 0.38% -
HSV(B) 6.11º 0.72% 0.59% -
XYZ 14.27 9.2 3.21 -
YUV 80.75 106.14 177.39 -
System Red Green Blue C M Y K H S L
Decimal 150 53 42 0 0.65 0.72 0.41 6.11 0.56 0.38
Hex 96 35 2A 0 41 48 29 6 38 26
Octal 226 65 52 0 101 110 51 6 70 46
Binary 10010110 110101 101010 0 1000001 1001000 101001 110 111000 100110

Color Harmonies of #96352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96352A

Black with #96352A

Text Example


Text Example

White with #96352A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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