Html Css Color HEX #8C2F2C Thunderbird

📋 copy color: '#8C2F2C'

red 140 ◦ green 47 ◦ blue 44

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

Shades of Thunderbird #8C2F2C

Tints of Thunderbird #8C2F2C

RGB

 RED value IS 140 (55.08% from 255) = 60.61%

 GREEN value IS 47 (18.75% from 255) = 20.35%

 BLUE value IS 44 (17.58% from 255) = 19.05%

R = 60.61%
G = 20.35%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8C2F2C (or 0x8C2F2C) is known color: Thunderbird. HEX triplet: 8C, 2F and 2C. RGB value is (140,47,44). Sum of RGB (Red+Green+Blue) = 140+47+44=231 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.61% from 231); Green value is 47 (18.75% from 255 or 20.35% from 231); Blue value is 44 (17.58% from 255 or 19.05% from 231); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2F2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2F2C is #73D0D3. Grayscale: #4A4A4A. Windows color (decimal): -7590100 or 2895756. OLE color: 2895756.

HSL color Cylindrical-coordinate representation of color #8C2F2C: hue angle of 1.88º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C2F2C is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 47 44 -
CMYK 0 0.66 0.69 0.45
HSL 1.88º 0.52% 0.36% -
HSV(B) 1.88º 0.69% 0.55% -
XYZ 12.29 7.79 3.24 -
YUV 74.47 110.81 174.74 -
System Red Green Blue C M Y K H S L
Decimal 140 47 44 0 0.66 0.69 0.45 1.88 0.52 0.36
Hex 8C 2F 2C 0 42 45 2D 2 34 24
Octal 214 57 54 0 102 105 55 2 64 44
Binary 10001100 101111 101100 0 1000010 1000101 101101 10 110100 100100

Color Harmonies of #8C2F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2F2C

Black with #8C2F2C

Text Example


Text Example

White with #8C2F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C2F2C; }

 p { color: rgb(140,47,44); }

 H1.HeaderClassName
 {
   color: #8C2F2C;
 }
 .AnyTagClassName
 {
   color: #8C2F2C;
 }
</style>

background-color css

<style>
 a { background-color: #8C2F2C; }

 a { background-color: rgb(140,47,44); }

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

border-color css

<style>
 span { border-color: #8C2F2C; }

 span { border-color: rgb(140,47,44); }

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