Html Css Color HEX #80251A Falu Red

📋 copy color: '#80251A'

red 128 ◦ green 37 ◦ blue 26

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

Shades of Falu Red #80251A

Tints of Falu Red #80251A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.37%

 BLUE value IS 26 (10.55% from 255) = 13.61%

R = 67.02%
G = 19.37%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#80251A (or 0x80251A) is known color: Falu Red. HEX triplet: 80, 25 and 1A. RGB value is (128,37,26). Sum of RGB (Red+Green+Blue) = 128+37+26=191 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.02% from 191); Green value is 37 (14.84% from 255 or 19.37% from 191); Blue value is 26 (10.55% from 255 or 13.61% from 191); Max value from RGB is 128 - color contains mainly: red. Hex color #80251A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80251A is #7FDAE5. Grayscale: #3F3F3F. Windows color (decimal): -8379110 or 1713536. OLE color: 1713536.

HSL color Cylindrical-coordinate representation of color #80251A: hue angle of 6.47º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80251A is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 37 26 -
CMYK 0 0.71 0.80 0.50
HSL 6.47º 0.66% 0.3% -
HSV(B) 6.47º 0.8% 0.5% -
XYZ 9.75 5.99 1.62 -
YUV 62.96 107.15 174.39 -
System Red Green Blue C M Y K H S L
Decimal 128 37 26 0 0.71 0.80 0.50 6.47 0.66 0.3
Hex 80 25 1A 0 47 50 32 6 42 1E
Octal 200 45 32 0 107 120 62 6 102 36
Binary 10000000 100101 11010 0 1000111 1010000 110010 110 1000010 11110

Color Harmonies of #80251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80251A

Black with #80251A

Text Example


Text Example

White with #80251A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80251A; }

 p { color: rgb(128,37,26); }

 H1.HeaderClassName
 {
   color: #80251A;
 }
 .AnyTagClassName
 {
   color: #80251A;
 }
</style>

background-color css

<style>
 a { background-color: #80251A; }

 a { background-color: rgb(128,37,26); }

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

border-color css

<style>
 span { border-color: #80251A; }

 span { border-color: rgb(128,37,26); }

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