Html Css Color HEX #963428 Thunderbird

📋 copy color: '#963428'

red 150 ◦ green 52 ◦ blue 40

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

Shades of Thunderbird #963428

Tints of Thunderbird #963428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.53%

R = 61.98%
G = 21.49%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#963428 (or 0x963428) is known color: Thunderbird. HEX triplet: 96, 34 and 28. RGB value is (150,52,40). Sum of RGB (Red+Green+Blue) = 150+52+40=242 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.98% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 40 (16.02% from 255 or 16.53% from 242); Max value from RGB is 150 - color contains mainly: red. Hex color #963428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963428 is #69CBD7. Grayscale: #505050. Windows color (decimal): -6933464 or 2634902. OLE color: 2634902.

HSL color Cylindrical-coordinate representation of color #963428: hue angle of 6.55º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #963428 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 52 40 -
CMYK 0 0.65 0.73 0.41
HSL 6.55º 0.58% 0.37% -
HSV(B) 6.55º 0.73% 0.59% -
XYZ 14.19 9.09 3.01 -
YUV 79.93 105.47 177.98 -
System Red Green Blue C M Y K H S L
Decimal 150 52 40 0 0.65 0.73 0.41 6.55 0.58 0.37
Hex 96 34 28 0 41 49 29 7 3A 25
Octal 226 64 50 0 101 111 51 7 72 45
Binary 10010110 110100 101000 0 1000001 1001001 101001 111 111010 100101

Color Harmonies of #963428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963428

Black with #963428

Text Example


Text Example

White with #963428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963428; }

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

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

background-color css

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

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

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

border-color css

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

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

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