Html Css Color HEX #963A34 Thunderbird

📋 copy color: '#963A34'

red 150 ◦ green 58 ◦ blue 52

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

Shades of Thunderbird #963A34

Tints of Thunderbird #963A34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20%

R = 57.69%
G = 22.31%
B = 20%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#963A34 (or 0x963A34) is known color: Thunderbird. HEX triplet: 96, 3A and 34. RGB value is (150,58,52). Sum of RGB (Red+Green+Blue) = 150+58+52=260 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.69% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 52 (20.70% from 255 or 20% from 260); Max value from RGB is 150 - color contains mainly: red. Hex color #963A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963A34 is #69C5CB. Grayscale: #545454. Windows color (decimal): -6931916 or 3422870. OLE color: 3422870.

HSL color Cylindrical-coordinate representation of color #963A34: hue angle of 3.67º degrees, saturation: 0.49, 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 #963A34 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 58 52 -
CMYK 0 0.61 0.65 0.41
HSL 3.67º 0.49% 0.4% -
HSV(B) 3.67º 0.65% 0.59% -
XYZ 14.71 9.76 4.36 -
YUV 84.82 109.48 174.49 -
System Red Green Blue C M Y K H S L
Decimal 150 58 52 0 0.61 0.65 0.41 3.67 0.49 0.4
Hex 96 3A 34 0 3D 41 29 4 31 28
Octal 226 72 64 0 75 101 51 4 61 50
Binary 10010110 111010 110100 0 111101 1000001 101001 100 110001 101000

Color Harmonies of #963A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963A34

Black with #963A34

Text Example


Text Example

White with #963A34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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