Html Css Color HEX #821C06 Falu Red

📋 copy color: '#821C06'

red 130 ◦ green 28 ◦ blue 6

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

Shades of Falu Red #821C06

Tints of Falu Red #821C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.66%

R = 79.27%
G = 17.07%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#821C06 (or 0x821C06) is known color: Falu Red. HEX triplet: 82, 1C and 06. RGB value is (130,28,6). Sum of RGB (Red+Green+Blue) = 130+28+6=164 (21% of max value = 765). Red value is 130 (51.17% from 255 or 79.27% from 164); Green value is 28 (11.33% from 255 or 17.07% from 164); Blue value is 6 (2.73% from 255 or 3.66% from 164); Max value from RGB is 130 - color contains mainly: red. Hex color #821C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821C06 is #7DE3F9. Grayscale: #383838. Windows color (decimal): -8250362 or 400514. OLE color: 400514.

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

Color convert

RGB 130 28 6 -
CMYK 0 0.78 0.95 0.49
HSL 10.65º 0.91% 0.27% -
HSV(B) 10.65º 0.95% 0.51% -
XYZ 9.65 5.59 0.74 -
YUV 55.99 99.79 180.79 -
System Red Green Blue C M Y K H S L
Decimal 130 28 6 0 0.78 0.95 0.49 10.65 0.91 0.27
Hex 82 1C 6 0 4E 5F 31 B 5B 1B
Octal 202 34 6 0 116 137 61 13 133 33
Binary 10000010 11100 110 0 1001110 1011111 110001 1011 1011011 11011

Color Harmonies of #821C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821C06

Black with #821C06

Text Example


Text Example

White with #821C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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