Html Css Color HEX #9C3C31 Thunderbird

📋 copy color: '#9C3C31'

red 156 ◦ green 60 ◦ blue 49

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

Shades of Thunderbird #9C3C31

Tints of Thunderbird #9C3C31

RGB

 RED value IS 156 (61.33% from 255) = 58.87%

 GREEN value IS 60 (23.83% from 255) = 22.64%

 BLUE value IS 49 (19.53% from 255) = 18.49%

R = 58.87%
G = 22.64%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.39

RGB Variations

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

Color information

#9C3C31 (or 0x9C3C31) is known color: Thunderbird. HEX triplet: 9C, 3C and 31. RGB value is (156,60,49). Sum of RGB (Red+Green+Blue) = 156+60+49=265 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.87% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3C31 is #63C3CE. Grayscale: #575757. Windows color (decimal): -6538191 or 3226780. OLE color: 3226780.

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

Color convert

RGB 156 60 49 -
CMYK 0 0.62 0.69 0.39
HSL 6.17º 0.52% 0.4% -
HSV(B) 6.17º 0.69% 0.61% -
XYZ 15.88 10.52 4.1 -
YUV 87.45 106.3 176.89 -
System Red Green Blue C M Y K H S L
Decimal 156 60 49 0 0.62 0.69 0.39 6.17 0.52 0.4
Hex 9C 3C 31 0 3E 45 27 6 34 28
Octal 234 74 61 0 76 105 47 6 64 50
Binary 10011100 111100 110001 0 111110 1000101 100111 110 110100 101000

Color Harmonies of #9C3C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3C31

Black with #9C3C31

Text Example


Text Example

White with #9C3C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,60,49); }

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

background-color css

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

 a { background-color: rgb(156,60,49); }

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

border-color css

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

 span { border-color: rgb(156,60,49); }

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