Html Css Color HEX #80241B Falu Red

📋 copy color: '#80241B'

red 128 ◦ green 36 ◦ blue 27

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

Shades of Falu Red #80241B

Tints of Falu Red #80241B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.14%

R = 67.02%
G = 18.85%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.50

RGB Variations

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

Color information

#80241B (or 0x80241B) is known color: Falu Red. HEX triplet: 80, 24 and 1B. RGB value is (128,36,27). Sum of RGB (Red+Green+Blue) = 128+36+27=191 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.02% from 191); Green value is 36 (14.45% from 255 or 18.85% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 128 - color contains mainly: red. Hex color #80241B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80241B is #7FDBE4. Grayscale: #3E3E3E. Windows color (decimal): -8379365 or 1778816. OLE color: 1778816.

HSL color Cylindrical-coordinate representation of color #80241B: hue angle of 5.35º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #80241B is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 36 27 -
CMYK 0 0.72 0.79 0.50
HSL 5.35º 0.65% 0.3% -
HSV(B) 5.35º 0.79% 0.5% -
XYZ 9.73 5.93 1.67 -
YUV 62.48 107.98 174.73 -
System Red Green Blue C M Y K H S L
Decimal 128 36 27 0 0.72 0.79 0.50 5.35 0.65 0.3
Hex 80 24 1B 0 48 4F 32 5 41 1E
Octal 200 44 33 0 110 117 62 5 101 36
Binary 10000000 100100 11011 0 1001000 1001111 110010 101 1000001 11110

Color Harmonies of #80241B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80241B

Black with #80241B

Text Example


Text Example

White with #80241B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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