Html Css Color HEX #9B3728 Thunderbird

📋 copy color: '#9B3728'

red 155 ◦ green 55 ◦ blue 40

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

Shades of Thunderbird #9B3728

Tints of Thunderbird #9B3728

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22%

 BLUE value IS 40 (16.02% from 255) = 16%

R = 62%
G = 22%
B = 16%

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

#9B3728 (or 0x9B3728) is known color: Thunderbird. HEX triplet: 9B, 37 and 28. RGB value is (155,55,40). Sum of RGB (Red+Green+Blue) = 155+55+40=250 (33% of max value = 765). Red value is 155 (60.94% from 255 or 62% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3728 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3728 is #64C8D7. Grayscale: #535353. Windows color (decimal): -6605016 or 2635675. OLE color: 2635675.

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

Color convert

RGB 155 55 40 -
CMYK 0 0.65 0.74 0.39
HSL 7.83º 0.59% 0.38% -
HSV(B) 7.83º 0.74% 0.61% -
XYZ 15.27 9.85 3.1 -
YUV 83.19 103.63 179.22 -
System Red Green Blue C M Y K H S L
Decimal 155 55 40 0 0.65 0.74 0.39 7.83 0.59 0.38
Hex 9B 37 28 0 41 4A 27 8 3B 26
Octal 233 67 50 0 101 112 47 10 73 46
Binary 10011011 110111 101000 0 1000001 1001010 100111 1000 111011 100110

Color Harmonies of #9B3728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3728

Black with #9B3728

Text Example


Text Example

White with #9B3728

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,55,40); }

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

background-color css

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

 a { background-color: rgb(155,55,40); }

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

border-color css

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

 span { border-color: rgb(155,55,40); }

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