Html Css Color HEX #821807 Falu Red

📋 copy color: '#821807'

red 130 ◦ green 24 ◦ blue 7

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

Shades of Falu Red #821807

Tints of Falu Red #821807

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.91%

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

R = 80.75%
G = 14.91%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#821807 (or 0x821807) is known color: Falu Red. HEX triplet: 82, 18 and 07. RGB value is (130,24,7). Sum of RGB (Red+Green+Blue) = 130+24+7=161 (21% of max value = 765). Red value is 130 (51.17% from 255 or 80.75% from 161); Green value is 24 (9.77% from 255 or 14.91% from 161); Blue value is 7 (3.12% from 255 or 4.35% from 161); Max value from RGB is 130 - color contains mainly: red. Hex color #821807 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821807 is #7DE7F8. Grayscale: #353535. Windows color (decimal): -8251385 or 465026. OLE color: 465026.

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

Color convert

RGB 130 24 7 -
CMYK 0 0.82 0.95 0.49
HSL 8.29º 0.9% 0.27% -
HSV(B) 8.29º 0.95% 0.51% -
XYZ 9.57 5.41 0.74 -
YUV 53.76 101.62 182.38 -
System Red Green Blue C M Y K H S L
Decimal 130 24 7 0 0.82 0.95 0.49 8.29 0.9 0.27
Hex 82 18 7 0 52 5F 31 8 5A 1B
Octal 202 30 7 0 122 137 61 10 132 33
Binary 10000010 11000 111 0 1010010 1011111 110001 1000 1011010 11011

Color Harmonies of #821807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821807

Black with #821807

Text Example


Text Example

White with #821807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821807; }

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

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

background-color css

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

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

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

border-color css

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

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

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