Html Css Color HEX #9B3425 Thunderbird

📋 copy color: '#9B3425'

red 155 ◦ green 52 ◦ blue 37

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

Shades of Thunderbird #9B3425

Tints of Thunderbird #9B3425

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.31%

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

R = 63.52%
G = 21.31%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.39

RGB Variations

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

Color information

#9B3425 (or 0x9B3425) is known color: Thunderbird. HEX triplet: 9B, 34 and 25. RGB value is (155,52,37). Sum of RGB (Red+Green+Blue) = 155+52+37=244 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.52% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 37 (14.84% from 255 or 15.16% from 244); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3425 is #64CBDA. Grayscale: #515151. Windows color (decimal): -6605787 or 2438299. OLE color: 2438299.

HSL color Cylindrical-coordinate representation of color #9B3425: hue angle of 7.63º 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 #9B3425 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 52 37 -
CMYK 0 0.66 0.76 0.39
HSL 7.63º 0.61% 0.38% -
HSV(B) 7.63º 0.76% 0.61% -
XYZ 15.08 9.56 2.8 -
YUV 81.09 103.12 180.72 -
System Red Green Blue C M Y K H S L
Decimal 155 52 37 0 0.66 0.76 0.39 7.63 0.61 0.38
Hex 9B 34 25 0 42 4C 27 8 3D 26
Octal 233 64 45 0 102 114 47 10 75 46
Binary 10011011 110100 100101 0 1000010 1001100 100111 1000 111101 100110

Color Harmonies of #9B3425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3425

Black with #9B3425

Text Example


Text Example

White with #9B3425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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