Html Css Color HEX #952F29 Thunderbird

📋 copy color: '#952F29'

red 149 ◦ green 47 ◦ blue 41

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

Shades of Thunderbird #952F29

Tints of Thunderbird #952F29

RGB

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

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

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

R = 62.87%
G = 19.83%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#952F29 (or 0x952F29) is known color: Thunderbird. HEX triplet: 95, 2F and 29. RGB value is (149,47,41). Sum of RGB (Red+Green+Blue) = 149+47+41=237 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.87% from 237); Green value is 47 (18.75% from 255 or 19.83% from 237); Blue value is 41 (16.41% from 255 or 17.30% from 237); Max value from RGB is 149 - color contains mainly: red. Hex color #952F29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952F29 is #6AD0D6. Grayscale: #4C4C4C. Windows color (decimal): -7000279 or 2699157. OLE color: 2699157.

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

Color convert

RGB 149 47 41 -
CMYK 0 0.68 0.72 0.42
HSL 3.33º 0.57% 0.37% -
HSV(B) 3.33º 0.72% 0.58% -
XYZ 13.81 8.58 3.03 -
YUV 76.81 107.79 179.49 -
System Red Green Blue C M Y K H S L
Decimal 149 47 41 0 0.68 0.72 0.42 3.33 0.57 0.37
Hex 95 2F 29 0 44 48 2A 3 39 25
Octal 225 57 51 0 104 110 52 3 71 45
Binary 10010101 101111 101001 0 1000100 1001000 101010 11 111001 100101

Color Harmonies of #952F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952F29

Black with #952F29

Text Example


Text Example

White with #952F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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