Html Css Color HEX #821C01 Falu Red

📋 copy color: '#821C01'

red 130 ◦ green 28 ◦ blue 1

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

Shades of Falu Red #821C01

Tints of Falu Red #821C01

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.61%

 BLUE value IS 1 (0.78% from 255) = 0.63%

R = 81.76%
G = 17.61%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#821C01 (or 0x821C01) is known color: Falu Red. HEX triplet: 82, 1C and 01. RGB value is (130,28,1). Sum of RGB (Red+Green+Blue) = 130+28+1=159 (21% of max value = 765). Red value is 130 (51.17% from 255 or 81.76% from 159); Green value is 28 (11.33% from 255 or 17.61% from 159); Blue value is 1 (0.78% from 255 or 0.63% from 159); Max value from RGB is 130 - color contains mainly: red. Hex color #821C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821C01 is #7DE3FE. Grayscale: #373737. Windows color (decimal): -8250367 or 72834. OLE color: 72834.

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

Color convert

RGB 130 28 1 -
CMYK 0 0.78 0.99 0.49
HSL 12.56º 0.98% 0.26% -
HSV(B) 12.56º 0.99% 0.51% -
XYZ 9.63 5.58 0.6 -
YUV 55.42 97.29 181.2 -
System Red Green Blue C M Y K H S L
Decimal 130 28 1 0 0.78 0.99 0.49 12.56 0.98 0.26
Hex 82 1C 1 0 4E 63 31 D 62 1A
Octal 202 34 1 0 116 143 61 15 142 32
Binary 10000010 11100 1 0 1001110 1100011 110001 1101 1100010 11010

Color Harmonies of #821C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821C01

Black with #821C01

Text Example


Text Example

White with #821C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821C01; }

 p { color: rgb(130,28,1); }

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

background-color css

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

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

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

border-color css

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

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

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