Html Css Color HEX #963A33 Thunderbird

📋 copy color: '#963A33'

red 150 ◦ green 58 ◦ blue 51

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

Shades of Thunderbird #963A33

Tints of Thunderbird #963A33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.69%

R = 57.92%
G = 22.39%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.41

RGB Variations

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

Color information

#963A33 (or 0x963A33) is known color: Thunderbird. HEX triplet: 96, 3A and 33. RGB value is (150,58,51). Sum of RGB (Red+Green+Blue) = 150+58+51=259 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.92% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 51 (20.31% from 255 or 19.69% from 259); Max value from RGB is 150 - color contains mainly: red. Hex color #963A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963A33 is #69C5CC. Grayscale: #545454. Windows color (decimal): -6931917 or 3357334. OLE color: 3357334.

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

Color convert

RGB 150 58 51 -
CMYK 0 0.61 0.66 0.41
HSL 4.24º 0.49% 0.39% -
HSV(B) 4.24º 0.66% 0.59% -
XYZ 14.69 9.75 4.24 -
YUV 84.71 108.98 174.57 -
System Red Green Blue C M Y K H S L
Decimal 150 58 51 0 0.61 0.66 0.41 4.24 0.49 0.39
Hex 96 3A 33 0 3D 42 29 4 31 27
Octal 226 72 63 0 75 102 51 4 61 47
Binary 10010110 111010 110011 0 111101 1000010 101001 100 110001 100111

Color Harmonies of #963A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963A33

Black with #963A33

Text Example


Text Example

White with #963A33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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