Html Css Color HEX #95342A Thunderbird

📋 copy color: '#95342A'

red 149 ◦ green 52 ◦ blue 42

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

Shades of Thunderbird #95342A

Tints of Thunderbird #95342A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.4%

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

R = 61.32%
G = 21.4%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#95342A (or 0x95342A) is known color: Thunderbird. HEX triplet: 95, 34 and 2A. RGB value is (149,52,42). Sum of RGB (Red+Green+Blue) = 149+52+42=243 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.32% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 149 - color contains mainly: red. Hex color #95342A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95342A is #6ACBD5. Grayscale: #505050. Windows color (decimal): -6998998 or 2765973. OLE color: 2765973.

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

Color convert

RGB 149 52 42 -
CMYK 0 0.65 0.72 0.42
HSL 5.61º 0.56% 0.37% -
HSV(B) 5.61º 0.72% 0.58% -
XYZ 14.04 9.01 3.19 -
YUV 79.86 106.64 177.31 -
System Red Green Blue C M Y K H S L
Decimal 149 52 42 0 0.65 0.72 0.42 5.61 0.56 0.37
Hex 95 34 2A 0 41 48 2A 6 38 25
Octal 225 64 52 0 101 110 52 6 70 45
Binary 10010101 110100 101010 0 1000001 1001000 101010 110 111000 100101

Color Harmonies of #95342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95342A

Black with #95342A

Text Example


Text Example

White with #95342A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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