Html Css Color HEX #963226 Thunderbird

📋 copy color: '#963226'

red 150 ◦ green 50 ◦ blue 38

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

Shades of Thunderbird #963226

Tints of Thunderbird #963226

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.01%

 BLUE value IS 38 (15.23% from 255) = 15.97%

R = 63.03%
G = 21.01%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#963226 (or 0x963226) is known color: Thunderbird. HEX triplet: 96, 32 and 26. RGB value is (150,50,38). Sum of RGB (Red+Green+Blue) = 150+50+38=238 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.03% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 38 (15.23% from 255 or 15.97% from 238); Max value from RGB is 150 - color contains mainly: red. Hex color #963226 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963226 is #69CDD9. Grayscale: #4E4E4E. Windows color (decimal): -6933978 or 2503318. OLE color: 2503318.

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

Color convert

RGB 150 50 38 -
CMYK 0 0.67 0.75 0.41
HSL 6.43º 0.6% 0.37% -
HSV(B) 6.43º 0.75% 0.59% -
XYZ 14.07 8.91 2.81 -
YUV 78.53 105.13 178.98 -
System Red Green Blue C M Y K H S L
Decimal 150 50 38 0 0.67 0.75 0.41 6.43 0.6 0.37
Hex 96 32 26 0 43 4B 29 6 3C 25
Octal 226 62 46 0 103 113 51 6 74 45
Binary 10010110 110010 100110 0 1000011 1001011 101001 110 111100 100101

Color Harmonies of #963226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963226

Black with #963226

Text Example


Text Example

White with #963226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963226; }

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

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

background-color css

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

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

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

border-color css

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

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

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