Html Css Color HEX #821702 Falu Red

📋 copy color: '#821702'

red 130 ◦ green 23 ◦ blue 2

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

Shades of Falu Red #821702

Tints of Falu Red #821702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.29%

R = 83.87%
G = 14.84%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#821702 (or 0x821702) is known color: Falu Red. HEX triplet: 82, 17 and 02. RGB value is (130,23,2). Sum of RGB (Red+Green+Blue) = 130+23+2=155 (20% of max value = 765). Red value is 130 (51.17% from 255 or 83.87% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 130 - color contains mainly: red. Hex color #821702 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821702 is #7DE8FD. Grayscale: #343434. Windows color (decimal): -8251646 or 137090. OLE color: 137090.

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

Color convert

RGB 130 23 2 -
CMYK 0 0.82 0.98 0.49
HSL 9.84º 0.97% 0.26% -
HSV(B) 9.84º 0.98% 0.51% -
XYZ 9.52 5.36 0.59 -
YUV 52.6 99.45 183.21 -
System Red Green Blue C M Y K H S L
Decimal 130 23 2 0 0.82 0.98 0.49 9.84 0.97 0.26
Hex 82 17 2 0 52 62 31 A 61 1A
Octal 202 27 2 0 122 142 61 12 141 32
Binary 10000010 10111 10 0 1010010 1100010 110001 1010 1100001 11010

Color Harmonies of #821702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821702

Black with #821702

Text Example


Text Example

White with #821702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821702; }

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

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

background-color css

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

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

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

border-color css

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

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

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