Html Css Color HEX #95322F Thunderbird

📋 copy color: '#95322F'

red 149 ◦ green 50 ◦ blue 47

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

Shades of Thunderbird #95322F

Tints of Thunderbird #95322F

RGB

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

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

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

R = 60.57%
G = 20.33%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#95322F (or 0x95322F) is known color: Thunderbird. HEX triplet: 95, 32 and 2F. RGB value is (149,50,47). Sum of RGB (Red+Green+Blue) = 149+50+47=246 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.57% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 149 - color contains mainly: red. Hex color #95322F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95322F is #6ACDD0. Grayscale: #4F4F4F. Windows color (decimal): -6999505 or 3093141. OLE color: 3093141.

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

Color convert

RGB 149 50 47 -
CMYK 0 0.66 0.68 0.42
HSL 1.76º 0.52% 0.38% -
HSV(B) 1.76º 0.68% 0.58% -
XYZ 14.05 8.88 3.66 -
YUV 79.26 109.8 177.74 -
System Red Green Blue C M Y K H S L
Decimal 149 50 47 0 0.66 0.68 0.42 1.76 0.52 0.38
Hex 95 32 2F 0 42 44 2A 2 34 26
Octal 225 62 57 0 102 104 52 2 64 46
Binary 10010101 110010 101111 0 1000010 1000100 101010 10 110100 100110

Color Harmonies of #95322F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95322F

Black with #95322F

Text Example


Text Example

White with #95322F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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