Html Css Color HEX #9B3529 Thunderbird

📋 copy color: '#9B3529'

red 155 ◦ green 53 ◦ blue 41

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

Shades of Thunderbird #9B3529

Tints of Thunderbird #9B3529

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.29%

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

R = 62.25%
G = 21.29%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.74

 K value IS 0.39

RGB Variations

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

Color information

#9B3529 (or 0x9B3529) is known color: Thunderbird. HEX triplet: 9B, 35 and 29. RGB value is (155,53,41). Sum of RGB (Red+Green+Blue) = 155+53+41=249 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.25% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 41 (16.41% from 255 or 16.47% from 249); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3529 is #64CAD6. Grayscale: #525252. Windows color (decimal): -6605527 or 2700699. OLE color: 2700699.

HSL color Cylindrical-coordinate representation of color #9B3529: hue angle of 6.32º 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 #9B3529 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 53 41 -
CMYK 0 0.66 0.74 0.39
HSL 6.32º 0.58% 0.38% -
HSV(B) 6.32º 0.74% 0.61% -
XYZ 15.19 9.67 3.16 -
YUV 82.13 104.79 179.98 -
System Red Green Blue C M Y K H S L
Decimal 155 53 41 0 0.66 0.74 0.39 6.32 0.58 0.38
Hex 9B 35 29 0 42 4A 27 6 3A 26
Octal 233 65 51 0 102 112 47 6 72 46
Binary 10011011 110101 101001 0 1000010 1001010 100111 110 111010 100110

Color Harmonies of #9B3529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3529

Black with #9B3529

Text Example


Text Example

White with #9B3529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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