Html Css Color HEX #95312F Thunderbird

📋 copy color: '#95312F'

red 149 ◦ green 49 ◦ blue 47

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

Shades of Thunderbird #95312F

Tints of Thunderbird #95312F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20%

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

R = 60.82%
G = 20%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#95312F (or 0x95312F) is known color: Thunderbird. HEX triplet: 95, 31 and 2F. RGB value is (149,49,47). Sum of RGB (Red+Green+Blue) = 149+49+47=245 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.82% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 149 - color contains mainly: red. Hex color #95312F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95312F is #6ACED0. Grayscale: #4E4E4E. Windows color (decimal): -6999761 or 3092885. OLE color: 3092885.

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

Color convert

RGB 149 49 47 -
CMYK 0 0.67 0.68 0.42
HSL 1.18º 0.52% 0.38% -
HSV(B) 1.18º 0.68% 0.58% -
XYZ 14.01 8.79 3.65 -
YUV 78.67 110.13 178.16 -
System Red Green Blue C M Y K H S L
Decimal 149 49 47 0 0.67 0.68 0.42 1.18 0.52 0.38
Hex 95 31 2F 0 43 44 2A 1 34 26
Octal 225 61 57 0 103 104 52 1 64 46
Binary 10010101 110001 101111 0 1000011 1000100 101010 1 110100 100110

Color Harmonies of #95312F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95312F

Black with #95312F

Text Example


Text Example

White with #95312F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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