Html Css Color HEX #95352F Thunderbird

📋 copy color: '#95352F'

red 149 ◦ green 53 ◦ blue 47

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

Shades of Thunderbird #95352F

Tints of Thunderbird #95352F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.88%

R = 59.84%
G = 21.29%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#95352F (or 0x95352F) is known color: Thunderbird. HEX triplet: 95, 35 and 2F. RGB value is (149,53,47). Sum of RGB (Red+Green+Blue) = 149+53+47=249 (32% of max value = 765). Red value is 149 (58.59% from 255 or 59.84% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 47 (18.75% from 255 or 18.88% from 249); Max value from RGB is 149 - color contains mainly: red. Hex color #95352F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95352F is #6ACAD0. Grayscale: #515151. Windows color (decimal): -6998737 or 3093909. OLE color: 3093909.

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

Color convert

RGB 149 53 47 -
CMYK 0 0.64 0.68 0.42
HSL 3.53º 0.52% 0.38% -
HSV(B) 3.53º 0.68% 0.58% -
XYZ 14.18 9.14 3.71 -
YUV 81.02 108.8 176.49 -
System Red Green Blue C M Y K H S L
Decimal 149 53 47 0 0.64 0.68 0.42 3.53 0.52 0.38
Hex 95 35 2F 0 40 44 2A 4 34 26
Octal 225 65 57 0 100 104 52 4 64 46
Binary 10010101 110101 101111 0 1000000 1000100 101010 100 110100 100110

Color Harmonies of #95352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95352F

Black with #95352F

Text Example


Text Example

White with #95352F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95352F; }

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

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

background-color css

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

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

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

border-color css

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

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

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