Html Css Color HEX #963527 Thunderbird

📋 copy color: '#963527'

red 150 ◦ green 53 ◦ blue 39

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

Shades of Thunderbird #963527

Tints of Thunderbird #963527

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.9%

 BLUE value IS 39 (15.63% from 255) = 16.12%

R = 61.98%
G = 21.9%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.74

 K value IS 0.41

RGB Variations

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

Color information

#963527 (or 0x963527) is known color: Thunderbird. HEX triplet: 96, 35 and 27. RGB value is (150,53,39). Sum of RGB (Red+Green+Blue) = 150+53+39=242 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.98% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 39 (15.62% from 255 or 16.12% from 242); Max value from RGB is 150 - color contains mainly: red. Hex color #963527 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963527 is #69CAD8. Grayscale: #505050. Windows color (decimal): -6933209 or 2569622. OLE color: 2569622.

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

Color convert

RGB 150 53 39 -
CMYK 0 0.65 0.74 0.41
HSL 7.57º 0.59% 0.37% -
HSV(B) 7.57º 0.74% 0.59% -
XYZ 14.22 9.18 2.94 -
YUV 80.41 104.64 177.64 -
System Red Green Blue C M Y K H S L
Decimal 150 53 39 0 0.65 0.74 0.41 7.57 0.59 0.37
Hex 96 35 27 0 41 4A 29 8 3B 25
Octal 226 65 47 0 101 112 51 10 73 45
Binary 10010110 110101 100111 0 1000001 1001010 101001 1000 111011 100101

Color Harmonies of #963527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963527

Black with #963527

Text Example


Text Example

White with #963527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963527; }

 p { color: rgb(150,53,39); }

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

background-color css

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

 a { background-color: rgb(150,53,39); }

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

border-color css

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

 span { border-color: rgb(150,53,39); }

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