Html Css Color HEX #9B3526 Thunderbird

📋 copy color: '#9B3526'

red 155 ◦ green 53 ◦ blue 38

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

Shades of Thunderbird #9B3526

Tints of Thunderbird #9B3526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.45%

R = 63.01%
G = 21.54%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.39

RGB Variations

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

Color information

#9B3526 (or 0x9B3526) is known color: Thunderbird. HEX triplet: 9B, 35 and 26. RGB value is (155,53,38). Sum of RGB (Red+Green+Blue) = 155+53+38=246 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.01% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 38 (15.23% from 255 or 15.45% from 246); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3526 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3526 is #64CAD9. Grayscale: #515151. Windows color (decimal): -6605530 or 2504091. OLE color: 2504091.

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

Color convert

RGB 155 53 38 -
CMYK 0 0.66 0.75 0.39
HSL 7.69º 0.61% 0.38% -
HSV(B) 7.69º 0.75% 0.61% -
XYZ 15.14 9.65 2.9 -
YUV 81.79 103.29 180.22 -
System Red Green Blue C M Y K H S L
Decimal 155 53 38 0 0.66 0.75 0.39 7.69 0.61 0.38
Hex 9B 35 26 0 42 4B 27 8 3D 26
Octal 233 65 46 0 102 113 47 10 75 46
Binary 10011011 110101 100110 0 1000010 1001011 100111 1000 111101 100110

Color Harmonies of #9B3526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3526

Black with #9B3526

Text Example


Text Example

White with #9B3526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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