Html Css Color HEX #953531 Thunderbird

📋 copy color: '#953531'

red 149 ◦ green 53 ◦ blue 49

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

Shades of Thunderbird #953531

Tints of Thunderbird #953531

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.12%

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

R = 59.36%
G = 21.12%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#953531 (or 0x953531) is known color: Thunderbird. HEX triplet: 95, 35 and 31. RGB value is (149,53,49). Sum of RGB (Red+Green+Blue) = 149+53+49=251 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.36% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 49 (19.53% from 255 or 19.52% from 251); Max value from RGB is 149 - color contains mainly: red. Hex color #953531 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953531 is #6ACACE. Grayscale: #515151. Windows color (decimal): -6998735 or 3224981. OLE color: 3224981.

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

Color convert

RGB 149 53 49 -
CMYK 0 0.64 0.67 0.42
HSL 2.4º 0.51% 0.39% -
HSV(B) 2.4º 0.67% 0.58% -
XYZ 14.22 9.16 3.92 -
YUV 81.25 109.8 176.33 -
System Red Green Blue C M Y K H S L
Decimal 149 53 49 0 0.64 0.67 0.42 2.4 0.51 0.39
Hex 95 35 31 0 40 43 2A 2 33 27
Octal 225 65 61 0 100 103 52 2 63 47
Binary 10010101 110101 110001 0 1000000 1000011 101010 10 110011 100111

Color Harmonies of #953531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953531

Black with #953531

Text Example


Text Example

White with #953531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953531; }

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

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

background-color css

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

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

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

border-color css

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

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

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