Html Css Color HEX #821F0F Falu Red

📋 copy color: '#821F0F'

red 130 ◦ green 31 ◦ blue 15

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

Shades of Falu Red #821F0F

Tints of Falu Red #821F0F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.61%

 BLUE value IS 15 (6.25% from 255) = 8.52%

R = 73.86%
G = 17.61%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#821F0F (or 0x821F0F) is known color: Falu Red. HEX triplet: 82, 1F and 0F. RGB value is (130,31,15). Sum of RGB (Red+Green+Blue) = 130+31+15=176 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.86% from 176); Green value is 31 (12.5% from 255 or 17.61% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 130 - color contains mainly: red. Hex color #821F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821F0F is #7DE0F0. Grayscale: #3A3A3A. Windows color (decimal): -8249585 or 991106. OLE color: 991106.

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

Color convert

RGB 130 31 15 -
CMYK 0 0.76 0.88 0.49
HSL 8.35º 0.79% 0.28% -
HSV(B) 8.35º 0.88% 0.51% -
XYZ 9.78 5.76 1.05 -
YUV 58.78 103.3 178.8 -
System Red Green Blue C M Y K H S L
Decimal 130 31 15 0 0.76 0.88 0.49 8.35 0.79 0.28
Hex 82 1F F 0 4C 58 31 8 4F 1C
Octal 202 37 17 0 114 130 61 10 117 34
Binary 10000010 11111 1111 0 1001100 1011000 110001 1000 1001111 11100

Color Harmonies of #821F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821F0F

Black with #821F0F

Text Example


Text Example

White with #821F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,31,15); }

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

background-color css

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

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

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

border-color css

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

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

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