Html Css Color HEX #953431 Thunderbird

📋 copy color: '#953431'

red 149 ◦ green 52 ◦ blue 49

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

Shades of Thunderbird #953431

Tints of Thunderbird #953431

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.8%

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

R = 59.6%
G = 20.8%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#953431 (or 0x953431) is known color: Thunderbird. HEX triplet: 95, 34 and 31. RGB value is (149,52,49). Sum of RGB (Red+Green+Blue) = 149+52+49=250 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.6% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 49 (19.53% from 255 or 19.6% from 250); Max value from RGB is 149 - color contains mainly: red. Hex color #953431 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953431 is #6ACBCE. Grayscale: #505050. Windows color (decimal): -6998991 or 3224725. OLE color: 3224725.

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

Color convert

RGB 149 52 49 -
CMYK 0 0.65 0.67 0.42
HSL 1.8º 0.51% 0.39% -
HSV(B) 1.8º 0.67% 0.58% -
XYZ 14.18 9.07 3.91 -
YUV 80.66 110.14 176.74 -
System Red Green Blue C M Y K H S L
Decimal 149 52 49 0 0.65 0.67 0.42 1.8 0.51 0.39
Hex 95 34 31 0 41 43 2A 2 33 27
Octal 225 64 61 0 101 103 52 2 63 47
Binary 10010101 110100 110001 0 1000001 1000011 101010 10 110011 100111

Color Harmonies of #953431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953431

Black with #953431

Text Example


Text Example

White with #953431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953431; }

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

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

background-color css

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

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

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

border-color css

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

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

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