Html Css Color HEX #9B382F Thunderbird

📋 copy color: '#9B382F'

red 155 ◦ green 56 ◦ blue 47

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

Shades of Thunderbird #9B382F

Tints of Thunderbird #9B382F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.71%

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

R = 60.08%
G = 21.71%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#9B382F (or 0x9B382F) is known color: Thunderbird. HEX triplet: 9B, 38 and 2F. RGB value is (155,56,47). Sum of RGB (Red+Green+Blue) = 155+56+47=258 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.08% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 155 - color contains mainly: red. Hex color #9B382F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B382F is #64C7D0. Grayscale: #545454. Windows color (decimal): -6604753 or 3094683. OLE color: 3094683.

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

Color convert

RGB 155 56 47 -
CMYK 0 0.64 0.70 0.39
HSL 0.53% 0.4% -
HSV(B) 0.7% 0.61% -
XYZ 15.44 10 3.81 -
YUV 84.58 106.8 178.23 -
System Red Green Blue C M Y K H S L
Decimal 155 56 47 0 0.64 0.70 0.39 5 0.53 0.4
Hex 9B 38 2F 0 40 46 27 5 35 28
Octal 233 70 57 0 100 106 47 5 65 50
Binary 10011011 111000 101111 0 1000000 1000110 100111 101 110101 101000

Color Harmonies of #9B382F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B382F

Black with #9B382F

Text Example


Text Example

White with #9B382F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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