Html Css Color HEX #80240B Falu Red

📋 copy color: '#80240B'

red 128 ◦ green 36 ◦ blue 11

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

Shades of Falu Red #80240B

Tints of Falu Red #80240B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.29%

R = 73.14%
G = 20.57%
B = 6.29%

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

#80240B (or 0x80240B) is known color: Falu Red. HEX triplet: 80, 24 and 0B. RGB value is (128,36,11). Sum of RGB (Red+Green+Blue) = 128+36+11=175 (23% of max value = 765). Red value is 128 (50.39% from 255 or 73.14% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 11 (4.69% from 255 or 6.29% from 175); Max value from RGB is 128 - color contains mainly: red. Hex color #80240B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80240B is #7FDBF4. Grayscale: #3C3C3C. Windows color (decimal): -8379381 or 730240. OLE color: 730240.

HSL color Cylindrical-coordinate representation of color #80240B: hue angle of 12.82º degrees, saturation: 0.84, 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 #80240B is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 36 11 -
CMYK 0 0.72 0.91 0.50
HSL 12.82º 0.84% 0.27% -
HSV(B) 12.82º 0.91% 0.5% -
XYZ 9.59 5.88 0.94 -
YUV 60.66 99.98 176.03 -
System Red Green Blue C M Y K H S L
Decimal 128 36 11 0 0.72 0.91 0.50 12.82 0.84 0.27
Hex 80 24 B 0 48 5B 32 D 54 1B
Octal 200 44 13 0 110 133 62 15 124 33
Binary 10000000 100100 1011 0 1001000 1011011 110010 1101 1010100 11011

Color Harmonies of #80240B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80240B

Black with #80240B

Text Example


Text Example

White with #80240B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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