Html Css Color HEX #963432 Thunderbird

📋 copy color: '#963432'

red 150 ◦ green 52 ◦ blue 50

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

Shades of Thunderbird #963432

Tints of Thunderbird #963432

RGB

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

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

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

R = 59.52%
G = 20.63%
B = 19.84%

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

#963432 (or 0x963432) is known color: Thunderbird. HEX triplet: 96, 34 and 32. RGB value is (150,52,50). Sum of RGB (Red+Green+Blue) = 150+52+50=252 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.52% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 150 - color contains mainly: red. Hex color #963432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963432 is #69CBCD. Grayscale: #515151. Windows color (decimal): -6933454 or 3290262. OLE color: 3290262.

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

Color convert

RGB 150 52 50 -
CMYK 0 0.65 0.67 0.41
HSL 1.2º 0.5% 0.39% -
HSV(B) 1.2º 0.67% 0.59% -
XYZ 14.38 9.17 4.03 -
YUV 81.07 110.47 177.16 -
System Red Green Blue C M Y K H S L
Decimal 150 52 50 0 0.65 0.67 0.41 1.2 0.5 0.39
Hex 96 34 32 0 41 43 29 1 32 27
Octal 226 64 62 0 101 103 51 1 62 47
Binary 10010110 110100 110010 0 1000001 1000011 101001 1 110010 100111

Color Harmonies of #963432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963432

Black with #963432

Text Example


Text Example

White with #963432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963432; }

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

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

background-color css

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

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

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

border-color css

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

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

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