Html Css Color HEX #953229 Thunderbird

📋 copy color: '#953229'

red 149 ◦ green 50 ◦ blue 41

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

Shades of Thunderbird #953229

Tints of Thunderbird #953229

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.83%

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

R = 62.08%
G = 20.83%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#953229 (or 0x953229) is known color: Thunderbird. HEX triplet: 95, 32 and 29. RGB value is (149,50,41). Sum of RGB (Red+Green+Blue) = 149+50+41=240 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.08% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 41 (16.41% from 255 or 17.08% from 240); Max value from RGB is 149 - color contains mainly: red. Hex color #953229 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953229 is #6ACDD6. Grayscale: #4E4E4E. Windows color (decimal): -6999511 or 2699925. OLE color: 2699925.

HSL color Cylindrical-coordinate representation of color #953229: hue angle of 5º 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 #953229 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 50 41 -
CMYK 0 0.66 0.72 0.42
HSL 0.57% 0.37% -
HSV(B) 0.72% 0.58% -
XYZ 13.94 8.83 3.07 -
YUV 78.58 106.8 178.23 -
System Red Green Blue C M Y K H S L
Decimal 149 50 41 0 0.66 0.72 0.42 5 0.57 0.37
Hex 95 32 29 0 42 48 2A 5 39 25
Octal 225 62 51 0 102 110 52 5 71 45
Binary 10010101 110010 101001 0 1000010 1001000 101010 101 111001 100101

Color Harmonies of #953229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953229

Black with #953229

Text Example


Text Example

White with #953229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953229; }

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

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

background-color css

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

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

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

border-color css

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

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

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