Html Css Color HEX #95372A Thunderbird

📋 copy color: '#95372A'

red 149 ◦ green 55 ◦ blue 42

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

Shades of Thunderbird #95372A

Tints of Thunderbird #95372A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.07%

R = 60.57%
G = 22.36%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#95372A (or 0x95372A) is known color: Thunderbird. HEX triplet: 95, 37 and 2A. RGB value is (149,55,42). Sum of RGB (Red+Green+Blue) = 149+55+42=246 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.57% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 149 - color contains mainly: red. Hex color #95372A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95372A is #6AC8D5. Grayscale: #515151. Windows color (decimal): -6998230 or 2766741. OLE color: 2766741.

HSL color Cylindrical-coordinate representation of color #95372A: hue angle of 7.29º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #95372A is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 55 42 -
CMYK 0 0.63 0.72 0.42
HSL 7.29º 0.56% 0.37% -
HSV(B) 7.29º 0.72% 0.58% -
XYZ 14.18 9.29 3.24 -
YUV 81.62 105.64 176.06 -
System Red Green Blue C M Y K H S L
Decimal 149 55 42 0 0.63 0.72 0.42 7.29 0.56 0.37
Hex 95 37 2A 0 3F 48 2A 7 38 25
Octal 225 67 52 0 77 110 52 7 70 45
Binary 10010101 110111 101010 0 111111 1001000 101010 111 111000 100101

Color Harmonies of #95372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95372A

Black with #95372A

Text Example


Text Example

White with #95372A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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