Html Css Color HEX #821010 Falu Red

📋 copy color: '#821010'

red 130 ◦ green 16 ◦ blue 16

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

Shades of Falu Red #821010

Tints of Falu Red #821010

RGB

 RED value IS 130 (51.17% from 255) = 80.25%

 GREEN value IS 16 (6.64% from 255) = 9.88%

 BLUE value IS 16 (6.64% from 255) = 9.88%

R = 80.25%
G = 9.88%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#821010 (or 0x821010) is known color: Falu Red. HEX triplet: 82, 10 and 10. RGB value is (130,16,16). Sum of RGB (Red+Green+Blue) = 130+16+16=162 (21% of max value = 765). Red value is 130 (51.17% from 255 or 80.25% from 162); Green value is 16 (6.64% from 255 or 9.88% from 162); Blue value is 16 (6.64% from 255 or 9.88% from 162); Max value from RGB is 130 - color contains mainly: red. Hex color #821010 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821010 is #7DEFEF. Grayscale: #323232. Windows color (decimal): -8253424 or 1052802. OLE color: 1052802.

HSL color Cylindrical-coordinate representation of color #821010: hue angle of 0º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #821010 is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 16 16 -
CMYK 0 0.88 0.88 0.49
HSL 0.78% 0.29% -
HSV(B) 0.88% 0.51% -
XYZ 9.48 5.15 0.99 -
YUV 50.09 108.77 185 -
System Red Green Blue C M Y K H S L
Decimal 130 16 16 0 0.88 0.88 0.49 0 0.78 0.29
Hex 82 10 10 0 58 58 31 0 4E 1D
Octal 202 20 20 0 130 130 61 0 116 35
Binary 10000010 10000 10000 0 1011000 1011000 110001 0 1001110 11101

Color Harmonies of #821010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821010

Black with #821010

Text Example


Text Example

White with #821010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821010; }

 p { color: rgb(130,16,16); }

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

background-color css

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

 a { background-color: rgb(130,16,16); }

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

border-color css

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

 span { border-color: rgb(130,16,16); }

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