Html Css Color HEX #9B3225 Thunderbird

📋 copy color: '#9B3225'

red 155 ◦ green 50 ◦ blue 37

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

Shades of Thunderbird #9B3225

Tints of Thunderbird #9B3225

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.66%

 BLUE value IS 37 (14.84% from 255) = 15.29%

R = 64.05%
G = 20.66%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.39

RGB Variations

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

Color information

#9B3225 (or 0x9B3225) is known color: Thunderbird. HEX triplet: 9B, 32 and 25. RGB value is (155,50,37). Sum of RGB (Red+Green+Blue) = 155+50+37=242 (32% of max value = 765). Red value is 155 (60.94% from 255 or 64.05% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3225 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3225 is #64CDDA. Grayscale: #505050. Windows color (decimal): -6606299 or 2437787. OLE color: 2437787.

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

Color convert

RGB 155 50 37 -
CMYK 0 0.68 0.76 0.39
HSL 6.61º 0.61% 0.38% -
HSV(B) 6.61º 0.76% 0.61% -
XYZ 14.99 9.38 2.77 -
YUV 79.91 103.79 181.56 -
System Red Green Blue C M Y K H S L
Decimal 155 50 37 0 0.68 0.76 0.39 6.61 0.61 0.38
Hex 9B 32 25 0 44 4C 27 7 3D 26
Octal 233 62 45 0 104 114 47 7 75 46
Binary 10011011 110010 100101 0 1000100 1001100 100111 111 111101 100110

Color Harmonies of #9B3225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3225

Black with #9B3225

Text Example


Text Example

White with #9B3225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,50,37); }

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

background-color css

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

 a { background-color: rgb(155,50,37); }

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

border-color css

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

 span { border-color: rgb(155,50,37); }

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