Html Css Color HEX #95372D Thunderbird

📋 copy color: '#95372D'

red 149 ◦ green 55 ◦ blue 45

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

Shades of Thunderbird #95372D

Tints of Thunderbird #95372D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.09%

 BLUE value IS 45 (17.97% from 255) = 18.07%

R = 59.84%
G = 22.09%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#95372D (or 0x95372D) is known color: Thunderbird. HEX triplet: 95, 37 and 2D. RGB value is (149,55,45). Sum of RGB (Red+Green+Blue) = 149+55+45=249 (32% of max value = 765). Red value is 149 (58.59% from 255 or 59.84% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 149 - color contains mainly: red. Hex color #95372D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95372D is #6AC8D2. Grayscale: #525252. Windows color (decimal): -6998227 or 2963349. OLE color: 2963349.

HSL color Cylindrical-coordinate representation of color #95372D: hue angle of 5.77º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #95372D is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 55 45 -
CMYK 0 0.63 0.70 0.42
HSL 5.77º 0.54% 0.38% -
HSV(B) 5.77º 0.7% 0.58% -
XYZ 14.23 9.31 3.53 -
YUV 81.97 107.14 175.81 -
System Red Green Blue C M Y K H S L
Decimal 149 55 45 0 0.63 0.70 0.42 5.77 0.54 0.38
Hex 95 37 2D 0 3F 46 2A 6 36 26
Octal 225 67 55 0 77 106 52 6 66 46
Binary 10010101 110111 101101 0 111111 1000110 101010 110 110110 100110

Color Harmonies of #95372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95372D

Black with #95372D

Text Example


Text Example

White with #95372D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95372D; }

 p { color: rgb(149,55,45); }

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

background-color css

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

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

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

border-color css

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

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

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