Html Css Color HEX #95312E Thunderbird

📋 copy color: '#95312E'

red 149 ◦ green 49 ◦ blue 46

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

Shades of Thunderbird #95312E

Tints of Thunderbird #95312E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.85%

R = 61.07%
G = 20.08%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#95312E (or 0x95312E) is known color: Thunderbird. HEX triplet: 95, 31 and 2E. RGB value is (149,49,46). Sum of RGB (Red+Green+Blue) = 149+49+46=244 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.07% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 46 (18.36% from 255 or 18.85% from 244); Max value from RGB is 149 - color contains mainly: red. Hex color #95312E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95312E is #6ACED1. Grayscale: #4E4E4E. Windows color (decimal): -6999762 or 3027349. OLE color: 3027349.

HSL color Cylindrical-coordinate representation of color #95312E: hue angle of 1.75º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #95312E is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 49 46 -
CMYK 0 0.67 0.69 0.42
HSL 1.75º 0.53% 0.38% -
HSV(B) 1.75º 0.69% 0.58% -
XYZ 13.99 8.78 3.54 -
YUV 78.56 109.63 178.24 -
System Red Green Blue C M Y K H S L
Decimal 149 49 46 0 0.67 0.69 0.42 1.75 0.53 0.38
Hex 95 31 2E 0 43 45 2A 2 35 26
Octal 225 61 56 0 103 105 52 2 65 46
Binary 10010101 110001 101110 0 1000011 1000101 101010 10 110101 100110

Color Harmonies of #95312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95312E

Black with #95312E

Text Example


Text Example

White with #95312E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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