Html Css Color HEX #953A2A Thunderbird

📋 copy color: '#953A2A'

red 149 ◦ green 58 ◦ blue 42

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

Shades of Thunderbird #953A2A

Tints of Thunderbird #953A2A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.29%

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

R = 59.84%
G = 23.29%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#953A2A (or 0x953A2A) is known color: Thunderbird. HEX triplet: 95, 3A and 2A. RGB value is (149,58,42). Sum of RGB (Red+Green+Blue) = 149+58+42=249 (32% of max value = 765). Red value is 149 (58.59% from 255 or 59.84% from 249); Green value is 58 (23.05% from 255 or 23.29% from 249); Blue value is 42 (16.80% from 255 or 16.87% from 249); Max value from RGB is 149 - color contains mainly: red. Hex color #953A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953A2A is #6AC5D5. Grayscale: #535353. Windows color (decimal): -6997462 or 2767509. OLE color: 2767509.

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

Color convert

RGB 149 58 42 -
CMYK 0 0.61 0.72 0.42
HSL 8.97º 0.56% 0.37% -
HSV(B) 8.97º 0.72% 0.58% -
XYZ 14.33 9.58 3.29 -
YUV 83.39 104.65 174.8 -
System Red Green Blue C M Y K H S L
Decimal 149 58 42 0 0.61 0.72 0.42 8.97 0.56 0.37
Hex 95 3A 2A 0 3D 48 2A 9 38 25
Octal 225 72 52 0 75 110 52 11 70 45
Binary 10010101 111010 101010 0 111101 1001000 101010 1001 111000 100101

Color Harmonies of #953A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953A2A

Black with #953A2A

Text Example


Text Example

White with #953A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953A2A; }

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

 H1.HeaderClassName
 {
   color: #953A2A;
 }
 .AnyTagClassName
 {
   color: #953A2A;
 }
</style>

background-color css

<style>
 a { background-color: #953A2A; }

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

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

border-color css

<style>
 span { border-color: #953A2A; }

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

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