Html Css Color HEX #963A32 Thunderbird

📋 copy color: '#963A32'

red 150 ◦ green 58 ◦ blue 50

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

Shades of Thunderbird #963A32

Tints of Thunderbird #963A32

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.48%

 BLUE value IS 50 (19.92% from 255) = 19.38%

R = 58.14%
G = 22.48%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#963A32 (or 0x963A32) is known color: Thunderbird. HEX triplet: 96, 3A and 32. RGB value is (150,58,50). Sum of RGB (Red+Green+Blue) = 150+58+50=258 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.14% from 258); Green value is 58 (23.05% from 255 or 22.48% from 258); Blue value is 50 (19.92% from 255 or 19.38% from 258); Max value from RGB is 150 - color contains mainly: red. Hex color #963A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963A32 is #69C5CD. Grayscale: #545454. Windows color (decimal): -6931918 or 3291798. OLE color: 3291798.

HSL color Cylindrical-coordinate representation of color #963A32: hue angle of 4.8º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #963A32 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 58 50 -
CMYK 0 0.61 0.67 0.41
HSL 4.8º 0.5% 0.39% -
HSV(B) 4.8º 0.67% 0.59% -
XYZ 14.67 9.74 4.12 -
YUV 84.6 108.48 174.65 -
System Red Green Blue C M Y K H S L
Decimal 150 58 50 0 0.61 0.67 0.41 4.8 0.5 0.39
Hex 96 3A 32 0 3D 43 29 5 32 27
Octal 226 72 62 0 75 103 51 5 62 47
Binary 10010110 111010 110010 0 111101 1000011 101001 101 110010 100111

Color Harmonies of #963A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963A32

Black with #963A32

Text Example


Text Example

White with #963A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,58,50); }

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

background-color css

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

 a { background-color: rgb(150,58,50); }

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

border-color css

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

 span { border-color: rgb(150,58,50); }

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