Html Css Color HEX #80240C Falu Red

📋 copy color: '#80240C'

red 128 ◦ green 36 ◦ blue 12

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

Shades of Falu Red #80240C

Tints of Falu Red #80240C

RGB

 RED value IS 128 (50.39% from 255) = 72.73%

 GREEN value IS 36 (14.45% from 255) = 20.45%

 BLUE value IS 12 (5.08% from 255) = 6.82%

R = 72.73%
G = 20.45%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#80240C (or 0x80240C) is known color: Falu Red. HEX triplet: 80, 24 and 0C. RGB value is (128,36,12). Sum of RGB (Red+Green+Blue) = 128+36+12=176 (23% of max value = 765). Red value is 128 (50.39% from 255 or 72.73% from 176); Green value is 36 (14.45% from 255 or 20.45% from 176); Blue value is 12 (5.08% from 255 or 6.82% from 176); Max value from RGB is 128 - color contains mainly: red. Hex color #80240C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80240C is #7FDBF3. Grayscale: #3C3C3C. Windows color (decimal): -8379380 or 795776. OLE color: 795776.

HSL color Cylindrical-coordinate representation of color #80240C: hue angle of 12.41º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80240C is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 36 12 -
CMYK 0 0.72 0.91 0.50
HSL 12.41º 0.83% 0.27% -
HSV(B) 12.41º 0.91% 0.5% -
XYZ 9.6 5.88 0.98 -
YUV 60.77 100.48 175.95 -
System Red Green Blue C M Y K H S L
Decimal 128 36 12 0 0.72 0.91 0.50 12.41 0.83 0.27
Hex 80 24 C 0 48 5B 32 C 53 1B
Octal 200 44 14 0 110 133 62 14 123 33
Binary 10000000 100100 1100 0 1001000 1011011 110010 1100 1010011 11011

Color Harmonies of #80240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80240C

Black with #80240C

Text Example


Text Example

White with #80240C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80240C; }

 p { color: rgb(128,36,12); }

 H1.HeaderClassName
 {
   color: #80240C;
 }
 .AnyTagClassName
 {
   color: #80240C;
 }
</style>

background-color css

<style>
 a { background-color: #80240C; }

 a { background-color: rgb(128,36,12); }

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

border-color css

<style>
 span { border-color: #80240C; }

 span { border-color: rgb(128,36,12); }

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