Html Css Color HEX #953535 Thunderbird

📋 copy color: '#953535'

red 149 ◦ green 53 ◦ blue 53

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

Shades of Thunderbird #953535

Tints of Thunderbird #953535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.78%

R = 58.43%
G = 20.78%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#953535 (or 0x953535) is known color: Thunderbird. HEX triplet: 95, 35 and 35. RGB value is (149,53,53). Sum of RGB (Red+Green+Blue) = 149+53+53=255 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.43% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 53 (21.09% from 255 or 20.78% from 255); Max value from RGB is 149 - color contains mainly: red. Hex color #953535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953535 is #6ACACA. Grayscale: #515151. Windows color (decimal): -6998731 or 3487125. OLE color: 3487125.

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

Color convert

RGB 149 53 53 -
CMYK 0 0.64 0.64 0.42
HSL 0.48% 0.4% -
HSV(B) 0.64% 0.58% -
XYZ 14.31 9.19 4.39 -
YUV 81.7 111.8 176 -
System Red Green Blue C M Y K H S L
Decimal 149 53 53 0 0.64 0.64 0.42 0 0.48 0.4
Hex 95 35 35 0 40 40 2A 0 30 28
Octal 225 65 65 0 100 100 52 0 60 50
Binary 10010101 110101 110101 0 1000000 1000000 101010 0 110000 101000

Color Harmonies of #953535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953535

Black with #953535

Text Example


Text Example

White with #953535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953535; }

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

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

background-color css

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

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

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

border-color css

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

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

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