Html Css Color HEX #963936 Thunderbird

📋 copy color: '#963936'

red 150 ◦ green 57 ◦ blue 54

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

Shades of Thunderbird #963936

Tints of Thunderbird #963936

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.84%

 BLUE value IS 54 (21.48% from 255) = 20.69%

R = 57.47%
G = 21.84%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.41

RGB Variations

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

Color information

#963936 (or 0x963936) is known color: Thunderbird. HEX triplet: 96, 39 and 36. RGB value is (150,57,54). Sum of RGB (Red+Green+Blue) = 150+57+54=261 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.47% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 54 (21.48% from 255 or 20.69% from 261); Max value from RGB is 150 - color contains mainly: red. Hex color #963936 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963936 is #69C6C9. Grayscale: #545454. Windows color (decimal): -6932170 or 3553686. OLE color: 3553686.

HSL color Cylindrical-coordinate representation of color #963936: hue angle of 1.88º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #963936 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 57 54 -
CMYK 0 0.62 0.64 0.41
HSL 1.88º 0.47% 0.4% -
HSV(B) 1.88º 0.64% 0.59% -
XYZ 14.71 9.68 4.58 -
YUV 84.47 110.81 174.74 -
System Red Green Blue C M Y K H S L
Decimal 150 57 54 0 0.62 0.64 0.41 1.88 0.47 0.4
Hex 96 39 36 0 3E 40 29 2 2F 28
Octal 226 71 66 0 76 100 51 2 57 50
Binary 10010110 111001 110110 0 111110 1000000 101001 10 101111 101000

Color Harmonies of #963936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963936

Black with #963936

Text Example


Text Example

White with #963936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963936; }

 p { color: rgb(150,57,54); }

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

background-color css

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

 a { background-color: rgb(150,57,54); }

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

border-color css

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

 span { border-color: rgb(150,57,54); }

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