Html Css Color HEX #9B3629 Thunderbird

📋 copy color: '#9B3629'

red 155 ◦ green 54 ◦ blue 41

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

Shades of Thunderbird #9B3629

Tints of Thunderbird #9B3629

RGB

 RED value IS 155 (60.94% from 255) = 62%

 GREEN value IS 54 (21.48% from 255) = 21.6%

 BLUE value IS 41 (16.41% from 255) = 16.4%

R = 62%
G = 21.6%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.74

 K value IS 0.39

RGB Variations

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

Color information

#9B3629 (or 0x9B3629) is known color: Thunderbird. HEX triplet: 9B, 36 and 29. RGB value is (155,54,41). Sum of RGB (Red+Green+Blue) = 155+54+41=250 (33% of max value = 765). Red value is 155 (60.94% from 255 or 62% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 41 (16.41% from 255 or 16.4% from 250); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3629 is #64C9D6. Grayscale: #525252. Windows color (decimal): -6605271 or 2700955. OLE color: 2700955.

HSL color Cylindrical-coordinate representation of color #9B3629: hue angle of 6.84º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B3629 is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 54 41 -
CMYK 0 0.65 0.74 0.39
HSL 6.84º 0.58% 0.38% -
HSV(B) 6.84º 0.74% 0.61% -
XYZ 15.24 9.77 3.18 -
YUV 82.72 104.46 179.56 -
System Red Green Blue C M Y K H S L
Decimal 155 54 41 0 0.65 0.74 0.39 6.84 0.58 0.38
Hex 9B 36 29 0 41 4A 27 7 3A 26
Octal 233 66 51 0 101 112 47 7 72 46
Binary 10011011 110110 101001 0 1000001 1001010 100111 111 111010 100110

Color Harmonies of #9B3629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3629

Black with #9B3629

Text Example


Text Example

White with #9B3629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B3629; }

 p { color: rgb(155,54,41); }

 H1.HeaderClassName
 {
   color: #9B3629;
 }
 .AnyTagClassName
 {
   color: #9B3629;
 }
</style>

background-color css

<style>
 a { background-color: #9B3629; }

 a { background-color: rgb(155,54,41); }

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

border-color css

<style>
 span { border-color: #9B3629; }

 span { border-color: rgb(155,54,41); }

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