Html Css Color HEX #822002 Falu Red

📋 copy color: '#822002'

red 130 ◦ green 32 ◦ blue 2

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

Shades of Falu Red #822002

Tints of Falu Red #822002

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.51%

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

R = 79.27%
G = 19.51%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#822002 (or 0x822002) is known color: Falu Red. HEX triplet: 82, 20 and 02. RGB value is (130,32,2). Sum of RGB (Red+Green+Blue) = 130+32+2=164 (21% of max value = 765). Red value is 130 (51.17% from 255 or 79.27% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 2 (1.17% from 255 or 1.22% from 164); Max value from RGB is 130 - color contains mainly: red. Hex color #822002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822002 is #7DDFFD. Grayscale: #3A3A3A. Windows color (decimal): -8249342 or 139394. OLE color: 139394.

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

Color convert

RGB 130 32 2 -
CMYK 0 0.75 0.98 0.49
HSL 14.06º 0.97% 0.26% -
HSV(B) 14.06º 0.98% 0.51% -
XYZ 9.73 5.78 0.66 -
YUV 57.88 96.47 179.44 -
System Red Green Blue C M Y K H S L
Decimal 130 32 2 0 0.75 0.98 0.49 14.06 0.97 0.26
Hex 82 20 2 0 4B 62 31 E 61 1A
Octal 202 40 2 0 113 142 61 16 141 32
Binary 10000010 100000 10 0 1001011 1100010 110001 1110 1100001 11010

Color Harmonies of #822002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822002

Black with #822002

Text Example


Text Example

White with #822002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822002; }

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

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

background-color css

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

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

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

border-color css

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

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

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