Html Css Color HEX #963A2C Thunderbird

📋 copy color: '#963A2C'

red 150 ◦ green 58 ◦ blue 44

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

Shades of Thunderbird #963A2C

Tints of Thunderbird #963A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.46%

R = 59.52%
G = 23.02%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#963A2C (or 0x963A2C) is known color: Thunderbird. HEX triplet: 96, 3A and 2C. RGB value is (150,58,44). Sum of RGB (Red+Green+Blue) = 150+58+44=252 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.52% from 252); Green value is 58 (23.05% from 255 or 23.02% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 150 - color contains mainly: red. Hex color #963A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963A2C is #69C5D3. Grayscale: #545454. Windows color (decimal): -6931924 or 2898582. OLE color: 2898582.

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

Color convert

RGB 150 58 44 -
CMYK 0 0.61 0.71 0.41
HSL 7.92º 0.55% 0.38% -
HSV(B) 7.92º 0.71% 0.59% -
XYZ 14.55 9.69 3.49 -
YUV 83.91 105.48 175.14 -
System Red Green Blue C M Y K H S L
Decimal 150 58 44 0 0.61 0.71 0.41 7.92 0.55 0.38
Hex 96 3A 2C 0 3D 47 29 8 37 26
Octal 226 72 54 0 75 107 51 10 67 46
Binary 10010110 111010 101100 0 111101 1000111 101001 1000 110111 100110

Color Harmonies of #963A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963A2C

Black with #963A2C

Text Example


Text Example

White with #963A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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