Html Css Color HEX #821307 Falu Red

📋 copy color: '#821307'

red 130 ◦ green 19 ◦ blue 7

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

Shades of Falu Red #821307

Tints of Falu Red #821307

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.18%

 BLUE value IS 7 (3.13% from 255) = 4.49%

R = 83.33%
G = 12.18%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#821307 (or 0x821307) is known color: Falu Red. HEX triplet: 82, 13 and 07. RGB value is (130,19,7). Sum of RGB (Red+Green+Blue) = 130+19+7=156 (20% of max value = 765). Red value is 130 (51.17% from 255 or 83.33% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 7 (3.12% from 255 or 4.49% from 156); Max value from RGB is 130 - color contains mainly: red. Hex color #821307 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821307 is #7DECF8. Grayscale: #323232. Windows color (decimal): -8252665 or 463746. OLE color: 463746.

HSL color Cylindrical-coordinate representation of color #821307: hue angle of 5.85º degrees, saturation: 0.9, 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 #821307 is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 19 7 -
CMYK 0 0.85 0.95 0.49
HSL 5.85º 0.9% 0.27% -
HSV(B) 5.85º 0.95% 0.51% -
XYZ 9.48 5.23 0.71 -
YUV 50.82 103.27 184.48 -
System Red Green Blue C M Y K H S L
Decimal 130 19 7 0 0.85 0.95 0.49 5.85 0.9 0.27
Hex 82 13 7 0 55 5F 31 6 5A 1B
Octal 202 23 7 0 125 137 61 6 132 33
Binary 10000010 10011 111 0 1010101 1011111 110001 110 1011010 11011

Color Harmonies of #821307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821307

Black with #821307

Text Example


Text Example

White with #821307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821307; }

 p { color: rgb(130,19,7); }

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

background-color css

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

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

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

border-color css

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

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

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