Html Css Color HEX #963934 Thunderbird

📋 copy color: '#963934'

red 150 ◦ green 57 ◦ blue 52

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

Shades of Thunderbird #963934

Tints of Thunderbird #963934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.08%

R = 57.92%
G = 22.01%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#963934 (or 0x963934) is known color: Thunderbird. HEX triplet: 96, 39 and 34. RGB value is (150,57,52). Sum of RGB (Red+Green+Blue) = 150+57+52=259 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.92% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 52 (20.70% from 255 or 20.08% from 259); Max value from RGB is 150 - color contains mainly: red. Hex color #963934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963934 is #69C6CB. Grayscale: #545454. Windows color (decimal): -6932172 or 3422614. OLE color: 3422614.

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

Color convert

RGB 150 57 52 -
CMYK 0 0.62 0.65 0.41
HSL 3.06º 0.49% 0.4% -
HSV(B) 3.06º 0.65% 0.59% -
XYZ 14.66 9.66 4.34 -
YUV 84.24 109.81 174.91 -
System Red Green Blue C M Y K H S L
Decimal 150 57 52 0 0.62 0.65 0.41 3.06 0.49 0.4
Hex 96 39 34 0 3E 41 29 3 31 28
Octal 226 71 64 0 76 101 51 3 61 50
Binary 10010110 111001 110100 0 111110 1000001 101001 11 110001 101000

Color Harmonies of #963934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963934

Black with #963934

Text Example


Text Example

White with #963934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963934; }

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

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

background-color css

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

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

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

border-color css

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

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

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