Html Css Color HEX #962F29 Thunderbird

📋 copy color: '#962F29'

red 150 ◦ green 47 ◦ blue 41

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

Shades of Thunderbird #962F29

Tints of Thunderbird #962F29

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.75%

 BLUE value IS 41 (16.41% from 255) = 17.23%

R = 63.03%
G = 19.75%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#962F29 (or 0x962F29) is known color: Thunderbird. HEX triplet: 96, 2F and 29. RGB value is (150,47,41). Sum of RGB (Red+Green+Blue) = 150+47+41=238 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.03% from 238); Green value is 47 (18.75% from 255 or 19.75% from 238); Blue value is 41 (16.41% from 255 or 17.23% from 238); Max value from RGB is 150 - color contains mainly: red. Hex color #962F29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962F29 is #69D0D6. Grayscale: #4D4D4D. Windows color (decimal): -6934743 or 2699158. OLE color: 2699158.

HSL color Cylindrical-coordinate representation of color #962F29: hue angle of 3.3º degrees, saturation: 0.57, 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 #962F29 is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 47 41 -
CMYK 0 0.69 0.73 0.41
HSL 3.3º 0.57% 0.37% -
HSV(B) 3.3º 0.73% 0.59% -
XYZ 13.99 8.68 3.04 -
YUV 77.11 107.62 179.99 -
System Red Green Blue C M Y K H S L
Decimal 150 47 41 0 0.69 0.73 0.41 3.3 0.57 0.37
Hex 96 2F 29 0 45 49 29 3 39 25
Octal 226 57 51 0 105 111 51 3 71 45
Binary 10010110 101111 101001 0 1000101 1001001 101001 11 111001 100101

Color Harmonies of #962F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962F29

Black with #962F29

Text Example


Text Example

White with #962F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962F29; }

 p { color: rgb(150,47,41); }

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

background-color css

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

 a { background-color: rgb(150,47,41); }

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

border-color css

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

 span { border-color: rgb(150,47,41); }

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