Html Css Color HEX #963431 Thunderbird

📋 copy color: '#963431'

red 150 ◦ green 52 ◦ blue 49

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

Shades of Thunderbird #963431

Tints of Thunderbird #963431

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.72%

 BLUE value IS 49 (19.53% from 255) = 19.52%

R = 59.76%
G = 20.72%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#963431 (or 0x963431) is known color: Thunderbird. HEX triplet: 96, 34 and 31. RGB value is (150,52,49). Sum of RGB (Red+Green+Blue) = 150+52+49=251 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.76% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 49 (19.53% from 255 or 19.52% from 251); Max value from RGB is 150 - color contains mainly: red. Hex color #963431 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963431 is #69CBCE. Grayscale: #515151. Windows color (decimal): -6933455 or 3224726. OLE color: 3224726.

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

Color convert

RGB 150 52 49 -
CMYK 0 0.65 0.67 0.41
HSL 1.78º 0.51% 0.39% -
HSV(B) 1.78º 0.67% 0.59% -
XYZ 14.36 9.16 3.92 -
YUV 80.96 109.97 177.24 -
System Red Green Blue C M Y K H S L
Decimal 150 52 49 0 0.65 0.67 0.41 1.78 0.51 0.39
Hex 96 34 31 0 41 43 29 2 33 27
Octal 226 64 61 0 101 103 51 2 63 47
Binary 10010110 110100 110001 0 1000001 1000011 101001 10 110011 100111

Color Harmonies of #963431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963431

Black with #963431

Text Example


Text Example

White with #963431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963431; }

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

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

background-color css

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

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

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

border-color css

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

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

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