Html Css Color HEX #963E35 Thunderbird

📋 copy color: '#963E35'

red 150 ◦ green 62 ◦ blue 53

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

Shades of Thunderbird #963E35

Tints of Thunderbird #963E35

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.4%

 BLUE value IS 53 (21.09% from 255) = 20%

R = 56.6%
G = 23.4%
B = 20%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#963E35 (or 0x963E35) is known color: Thunderbird. HEX triplet: 96, 3E and 35. RGB value is (150,62,53). Sum of RGB (Red+Green+Blue) = 150+62+53=265 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.60% from 265); Green value is 62 (24.61% from 255 or 23.40% from 265); Blue value is 53 (21.09% from 255 or 20% from 265); Max value from RGB is 150 - color contains mainly: red. Hex color #963E35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963E35 is #69C1CA. Grayscale: #575757. Windows color (decimal): -6930891 or 3489430. OLE color: 3489430.

HSL color Cylindrical-coordinate representation of color #963E35: hue angle of 5.57º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #963E35 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 62 53 -
CMYK 0 0.59 0.65 0.41
HSL 5.57º 0.48% 0.4% -
HSV(B) 5.57º 0.65% 0.59% -
XYZ 14.94 10.19 4.55 -
YUV 87.29 108.65 172.73 -
System Red Green Blue C M Y K H S L
Decimal 150 62 53 0 0.59 0.65 0.41 5.57 0.48 0.4
Hex 96 3E 35 0 3B 41 29 6 30 28
Octal 226 76 65 0 73 101 51 6 60 50
Binary 10010110 111110 110101 0 111011 1000001 101001 110 110000 101000

Color Harmonies of #963E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963E35

Black with #963E35

Text Example


Text Example

White with #963E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963E35; }

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

 H1.HeaderClassName
 {
   color: #963E35;
 }
 .AnyTagClassName
 {
   color: #963E35;
 }
</style>

background-color css

<style>
 a { background-color: #963E35; }

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

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

border-color css

<style>
 span { border-color: #963E35; }

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

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