Html Css Color HEX #963831 Thunderbird

📋 copy color: '#963831'

red 150 ◦ green 56 ◦ blue 49

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

Shades of Thunderbird #963831

Tints of Thunderbird #963831

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.96%

 BLUE value IS 49 (19.53% from 255) = 19.22%

R = 58.82%
G = 21.96%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#963831 (or 0x963831) is known color: Thunderbird. HEX triplet: 96, 38 and 31. RGB value is (150,56,49). Sum of RGB (Red+Green+Blue) = 150+56+49=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 49 (19.53% from 255 or 19.22% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #963831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963831 is #69C7CE. Grayscale: #535353. Windows color (decimal): -6932431 or 3225750. OLE color: 3225750.

HSL color Cylindrical-coordinate representation of color #963831: hue angle of 4.16º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #963831 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 56 49 -
CMYK 0 0.63 0.67 0.41
HSL 4.16º 0.51% 0.39% -
HSV(B) 4.16º 0.67% 0.59% -
XYZ 14.55 9.53 3.98 -
YUV 83.31 108.64 175.57 -
System Red Green Blue C M Y K H S L
Decimal 150 56 49 0 0.63 0.67 0.41 4.16 0.51 0.39
Hex 96 38 31 0 3F 43 29 4 33 27
Octal 226 70 61 0 77 103 51 4 63 47
Binary 10010110 111000 110001 0 111111 1000011 101001 100 110011 100111

Color Harmonies of #963831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963831

Black with #963831

Text Example


Text Example

White with #963831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963831; }

 p { color: rgb(150,56,49); }

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

background-color css

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

 a { background-color: rgb(150,56,49); }

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

border-color css

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

 span { border-color: rgb(150,56,49); }

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