Html Css Color HEX #9B392F Thunderbird

📋 copy color: '#9B392F'

red 155 ◦ green 57 ◦ blue 47

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

Shades of Thunderbird #9B392F

Tints of Thunderbird #9B392F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.01%

 BLUE value IS 47 (18.75% from 255) = 18.15%

R = 59.85%
G = 22.01%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#9B392F (or 0x9B392F) is known color: Thunderbird. HEX triplet: 9B, 39 and 2F. RGB value is (155,57,47). Sum of RGB (Red+Green+Blue) = 155+57+47=259 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.85% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 47 (18.75% from 255 or 18.15% from 259); Max value from RGB is 155 - color contains mainly: red. Hex color #9B392F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B392F is #64C6D0. Grayscale: #555555. Windows color (decimal): -6604497 or 3094939. OLE color: 3094939.

HSL color Cylindrical-coordinate representation of color #9B392F: hue angle of 5.56º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B392F is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 57 47 -
CMYK 0 0.63 0.70 0.39
HSL 5.56º 0.53% 0.4% -
HSV(B) 5.56º 0.7% 0.61% -
XYZ 15.49 10.1 3.82 -
YUV 85.16 106.47 177.81 -
System Red Green Blue C M Y K H S L
Decimal 155 57 47 0 0.63 0.70 0.39 5.56 0.53 0.4
Hex 9B 39 2F 0 3F 46 27 6 35 28
Octal 233 71 57 0 77 106 47 6 65 50
Binary 10011011 111001 101111 0 111111 1000110 100111 110 110101 101000

Color Harmonies of #9B392F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B392F

Black with #9B392F

Text Example


Text Example

White with #9B392F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,57,47); }

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

background-color css

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

 a { background-color: rgb(155,57,47); }

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

border-color css

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

 span { border-color: rgb(155,57,47); }

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