Html Css Color HEX #95322A Thunderbird

📋 copy color: '#95322A'

red 149 ◦ green 50 ◦ blue 42

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

Shades of Thunderbird #95322A

Tints of Thunderbird #95322A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.75%

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

R = 61.83%
G = 20.75%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#95322A (or 0x95322A) is known color: Thunderbird. HEX triplet: 95, 32 and 2A. RGB value is (149,50,42). Sum of RGB (Red+Green+Blue) = 149+50+42=241 (31% of max value = 765). Red value is 149 (58.59% from 255 or 61.83% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 42 (16.80% from 255 or 17.43% from 241); Max value from RGB is 149 - color contains mainly: red. Hex color #95322A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95322A is #6ACDD5. Grayscale: #4E4E4E. Windows color (decimal): -6999510 or 2765461. OLE color: 2765461.

HSL color Cylindrical-coordinate representation of color #95322A: hue angle of 4.49º 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 #95322A is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 50 42 -
CMYK 0 0.66 0.72 0.42
HSL 4.49º 0.56% 0.37% -
HSV(B) 4.49º 0.72% 0.58% -
XYZ 13.95 8.84 3.16 -
YUV 78.69 107.3 178.15 -
System Red Green Blue C M Y K H S L
Decimal 149 50 42 0 0.66 0.72 0.42 4.49 0.56 0.37
Hex 95 32 2A 0 42 48 2A 4 38 25
Octal 225 62 52 0 102 110 52 4 70 45
Binary 10010101 110010 101010 0 1000010 1001000 101010 100 111000 100101

Color Harmonies of #95322A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95322A

Black with #95322A

Text Example


Text Example

White with #95322A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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