Html Css Color HEX #80210D Falu Red

📋 copy color: '#80210D'

red 128 ◦ green 33 ◦ blue 13

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

Shades of Falu Red #80210D

Tints of Falu Red #80210D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.97%

 BLUE value IS 13 (5.47% from 255) = 7.47%

R = 73.56%
G = 18.97%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.50

RGB Variations

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

Color information

#80210D (or 0x80210D) is known color: Falu Red. HEX triplet: 80, 21 and 0D. RGB value is (128,33,13). Sum of RGB (Red+Green+Blue) = 128+33+13=174 (23% of max value = 765). Red value is 128 (50.39% from 255 or 73.56% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 13 (5.47% from 255 or 7.47% from 174); Max value from RGB is 128 - color contains mainly: red. Hex color #80210D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80210D is #7FDEF2. Grayscale: #3B3B3B. Windows color (decimal): -8380147 or 860544. OLE color: 860544.

HSL color Cylindrical-coordinate representation of color #80210D: hue angle of 10.43º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80210D is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 33 13 -
CMYK 0 0.74 0.90 0.50
HSL 10.43º 0.82% 0.28% -
HSV(B) 10.43º 0.9% 0.5% -
XYZ 9.52 5.71 0.98 -
YUV 59.13 101.97 177.13 -
System Red Green Blue C M Y K H S L
Decimal 128 33 13 0 0.74 0.90 0.50 10.43 0.82 0.28
Hex 80 21 D 0 4A 5A 32 A 52 1C
Octal 200 41 15 0 112 132 62 12 122 34
Binary 10000000 100001 1101 0 1001010 1011010 110010 1010 1010010 11100

Color Harmonies of #80210D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80210D

Black with #80210D

Text Example


Text Example

White with #80210D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80210D; }

 p { color: rgb(128,33,13); }

 H1.HeaderClassName
 {
   color: #80210D;
 }
 .AnyTagClassName
 {
   color: #80210D;
 }
</style>

background-color css

<style>
 a { background-color: #80210D; }

 a { background-color: rgb(128,33,13); }

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

border-color css

<style>
 span { border-color: #80210D; }

 span { border-color: rgb(128,33,13); }

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