Html Css Color HEX #962F27 Thunderbird

📋 copy color: '#962F27'

red 150 ◦ green 47 ◦ blue 39

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

Shades of Thunderbird #962F27

Tints of Thunderbird #962F27

RGB

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

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

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

R = 63.56%
G = 19.92%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.41

RGB Variations

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

Color information

#962F27 (or 0x962F27) is known color: Thunderbird. HEX triplet: 96, 2F and 27. RGB value is (150,47,39). Sum of RGB (Red+Green+Blue) = 150+47+39=236 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.56% from 236); Green value is 47 (18.75% from 255 or 19.92% from 236); Blue value is 39 (15.62% from 255 or 16.53% from 236); Max value from RGB is 150 - color contains mainly: red. Hex color #962F27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962F27 is #69D0D8. Grayscale: #4D4D4D. Windows color (decimal): -6934745 or 2568086. OLE color: 2568086.

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

Color convert

RGB 150 47 39 -
CMYK 0 0.69 0.74 0.41
HSL 4.32º 0.59% 0.37% -
HSV(B) 4.32º 0.74% 0.59% -
XYZ 13.96 8.66 2.86 -
YUV 76.89 106.62 180.15 -
System Red Green Blue C M Y K H S L
Decimal 150 47 39 0 0.69 0.74 0.41 4.32 0.59 0.37
Hex 96 2F 27 0 45 4A 29 4 3B 25
Octal 226 57 47 0 105 112 51 4 73 45
Binary 10010110 101111 100111 0 1000101 1001010 101001 100 111011 100101

Color Harmonies of #962F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962F27

Black with #962F27

Text Example


Text Example

White with #962F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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