Html Css Color HEX #953129 Thunderbird

📋 copy color: '#953129'

red 149 ◦ green 49 ◦ blue 41

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

Shades of Thunderbird #953129

Tints of Thunderbird #953129

RGB

 RED value IS 149 (58.59% from 255) = 62.34%

 GREEN value IS 49 (19.53% from 255) = 20.5%

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

R = 62.34%
G = 20.5%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#953129 (or 0x953129) is known color: Thunderbird. HEX triplet: 95, 31 and 29. RGB value is (149,49,41). Sum of RGB (Red+Green+Blue) = 149+49+41=239 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.34% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 41 (16.41% from 255 or 17.15% from 239); Max value from RGB is 149 - color contains mainly: red. Hex color #953129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953129 is #6ACED6. Grayscale: #4E4E4E. Windows color (decimal): -6999767 or 2699669. OLE color: 2699669.

HSL color Cylindrical-coordinate representation of color #953129: hue angle of 4.44º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #953129 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 49 41 -
CMYK 0 0.67 0.72 0.42
HSL 4.44º 0.57% 0.37% -
HSV(B) 4.44º 0.72% 0.58% -
XYZ 13.89 8.75 3.05 -
YUV 77.99 107.13 178.65 -
System Red Green Blue C M Y K H S L
Decimal 149 49 41 0 0.67 0.72 0.42 4.44 0.57 0.37
Hex 95 31 29 0 43 48 2A 4 39 25
Octal 225 61 51 0 103 110 52 4 71 45
Binary 10010101 110001 101001 0 1000011 1001000 101010 100 111001 100101

Color Harmonies of #953129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953129

Black with #953129

Text Example


Text Example

White with #953129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953129; }

 p { color: rgb(149,49,41); }

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

background-color css

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

 a { background-color: rgb(149,49,41); }

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

border-color css

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

 span { border-color: rgb(149,49,41); }

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