Html Css Color HEX #962F28 Thunderbird

📋 copy color: '#962F28'

red 150 ◦ green 47 ◦ blue 40

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

Shades of Thunderbird #962F28

Tints of Thunderbird #962F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.88%

R = 63.29%
G = 19.83%
B = 16.88%

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

#962F28 (or 0x962F28) is known color: Thunderbird. HEX triplet: 96, 2F and 28. RGB value is (150,47,40). Sum of RGB (Red+Green+Blue) = 150+47+40=237 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.29% from 237); Green value is 47 (18.75% from 255 or 19.83% from 237); Blue value is 40 (16.02% from 255 or 16.88% from 237); Max value from RGB is 150 - color contains mainly: red. Hex color #962F28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962F28 is #69D0D7. Grayscale: #4D4D4D. Windows color (decimal): -6934744 or 2633622. OLE color: 2633622.

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

Color convert

RGB 150 47 40 -
CMYK 0 0.69 0.73 0.41
HSL 3.82º 0.58% 0.37% -
HSV(B) 3.82º 0.73% 0.59% -
XYZ 13.98 8.67 2.94 -
YUV 77 107.12 180.07 -
System Red Green Blue C M Y K H S L
Decimal 150 47 40 0 0.69 0.73 0.41 3.82 0.58 0.37
Hex 96 2F 28 0 45 49 29 4 3A 25
Octal 226 57 50 0 105 111 51 4 72 45
Binary 10010110 101111 101000 0 1000101 1001001 101001 100 111010 100101

Color Harmonies of #962F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962F28

Black with #962F28

Text Example


Text Example

White with #962F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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