Html Css Color HEX #9B3D32 Thunderbird

📋 copy color: '#9B3D32'

red 155 ◦ green 61 ◦ blue 50

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

Shades of Thunderbird #9B3D32

Tints of Thunderbird #9B3D32

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.93%

 BLUE value IS 50 (19.92% from 255) = 18.8%

R = 58.27%
G = 22.93%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#9B3D32 (or 0x9B3D32) is known color: Thunderbird. HEX triplet: 9B, 3D and 32. RGB value is (155,61,50). Sum of RGB (Red+Green+Blue) = 155+61+50=266 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.27% from 266); Green value is 61 (24.22% from 255 or 22.93% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3D32 is #64C2CD. Grayscale: #575757. Windows color (decimal): -6603470 or 3292571. OLE color: 3292571.

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

Color convert

RGB 155 61 50 -
CMYK 0 0.61 0.68 0.39
HSL 6.29º 0.51% 0.4% -
HSV(B) 6.29º 0.68% 0.61% -
XYZ 15.76 10.54 4.22 -
YUV 87.85 106.64 175.89 -
System Red Green Blue C M Y K H S L
Decimal 155 61 50 0 0.61 0.68 0.39 6.29 0.51 0.4
Hex 9B 3D 32 0 3D 44 27 6 33 28
Octal 233 75 62 0 75 104 47 6 63 50
Binary 10011011 111101 110010 0 111101 1000100 100111 110 110011 101000

Color Harmonies of #9B3D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3D32

Black with #9B3D32

Text Example


Text Example

White with #9B3D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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