Html Css Color HEX #821710 Falu Red

📋 copy color: '#821710'

red 130 ◦ green 23 ◦ blue 16

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

Shades of Falu Red #821710

Tints of Falu Red #821710

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.61%

 BLUE value IS 16 (6.64% from 255) = 9.47%

R = 76.92%
G = 13.61%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#821710 (or 0x821710) is known color: Falu Red. HEX triplet: 82, 17 and 10. RGB value is (130,23,16). Sum of RGB (Red+Green+Blue) = 130+23+16=169 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.92% from 169); Green value is 23 (9.38% from 255 or 13.61% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 130 - color contains mainly: red. Hex color #821710 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821710 is #7DE8EF. Grayscale: #363636. Windows color (decimal): -8251632 or 1054594. OLE color: 1054594.

HSL color Cylindrical-coordinate representation of color #821710: hue angle of 3.68º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #821710 is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 23 16 -
CMYK 0 0.82 0.88 0.49
HSL 3.68º 0.78% 0.29% -
HSV(B) 3.68º 0.88% 0.51% -
XYZ 9.61 5.4 1.03 -
YUV 54.2 106.45 182.07 -
System Red Green Blue C M Y K H S L
Decimal 130 23 16 0 0.82 0.88 0.49 3.68 0.78 0.29
Hex 82 17 10 0 52 58 31 4 4E 1D
Octal 202 27 20 0 122 130 61 4 116 35
Binary 10000010 10111 10000 0 1010010 1011000 110001 100 1001110 11101

Color Harmonies of #821710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821710

Black with #821710

Text Example


Text Example

White with #821710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821710; }

 p { color: rgb(130,23,16); }

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

background-color css

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

 a { background-color: rgb(130,23,16); }

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

border-color css

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

 span { border-color: rgb(130,23,16); }

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