Html Css Color HEX #953A2B Thunderbird

📋 copy color: '#953A2B'

red 149 ◦ green 58 ◦ blue 43

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

Shades of Thunderbird #953A2B

Tints of Thunderbird #953A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.2%

R = 59.6%
G = 23.2%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#953A2B (or 0x953A2B) is known color: Thunderbird. HEX triplet: 95, 3A and 2B. RGB value is (149,58,43). Sum of RGB (Red+Green+Blue) = 149+58+43=250 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.6% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 149 - color contains mainly: red. Hex color #953A2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953A2B is #6AC5D4. Grayscale: #535353. Windows color (decimal): -6997461 or 2833045. OLE color: 2833045.

HSL color Cylindrical-coordinate representation of color #953A2B: hue angle of 8.49º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #953A2B is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 58 43 -
CMYK 0 0.61 0.71 0.42
HSL 8.49º 0.55% 0.38% -
HSV(B) 8.49º 0.71% 0.58% -
XYZ 14.34 9.59 3.38 -
YUV 83.5 105.15 174.72 -
System Red Green Blue C M Y K H S L
Decimal 149 58 43 0 0.61 0.71 0.42 8.49 0.55 0.38
Hex 95 3A 2B 0 3D 47 2A 8 37 26
Octal 225 72 53 0 75 107 52 10 67 46
Binary 10010101 111010 101011 0 111101 1000111 101010 1000 110111 100110

Color Harmonies of #953A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953A2B

Black with #953A2B

Text Example


Text Example

White with #953A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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