Html Css Color HEX #9B372C Thunderbird

📋 copy color: '#9B372C'

red 155 ◦ green 55 ◦ blue 44

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

Shades of Thunderbird #9B372C

Tints of Thunderbird #9B372C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.32%

R = 61.02%
G = 21.65%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#9B372C (or 0x9B372C) is known color: Thunderbird. HEX triplet: 9B, 37 and 2C. RGB value is (155,55,44). Sum of RGB (Red+Green+Blue) = 155+55+44=254 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.02% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 155 - color contains mainly: red. Hex color #9B372C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B372C is #64C8D3. Grayscale: #535353. Windows color (decimal): -6605012 or 2897819. OLE color: 2897819.

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

Color convert

RGB 155 55 44 -
CMYK 0 0.65 0.72 0.39
HSL 5.95º 0.56% 0.39% -
HSV(B) 5.95º 0.72% 0.61% -
XYZ 15.34 9.88 3.48 -
YUV 83.65 105.63 178.89 -
System Red Green Blue C M Y K H S L
Decimal 155 55 44 0 0.65 0.72 0.39 5.95 0.56 0.39
Hex 9B 37 2C 0 41 48 27 6 38 27
Octal 233 67 54 0 101 110 47 6 70 47
Binary 10011011 110111 101100 0 1000001 1001000 100111 110 111000 100111

Color Harmonies of #9B372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B372C

Black with #9B372C

Text Example


Text Example

White with #9B372C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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