Html Css Color HEX #822302 Falu Red

📋 copy color: '#822302'

red 130 ◦ green 35 ◦ blue 2

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

Shades of Falu Red #822302

Tints of Falu Red #822302

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.96%

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

R = 77.84%
G = 20.96%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#822302 (or 0x822302) is known color: Falu Red. HEX triplet: 82, 23 and 02. RGB value is (130,35,2). Sum of RGB (Red+Green+Blue) = 130+35+2=167 (22% of max value = 765). Red value is 130 (51.17% from 255 or 77.84% from 167); Green value is 35 (14.06% from 255 or 20.96% from 167); Blue value is 2 (1.17% from 255 or 1.20% from 167); Max value from RGB is 130 - color contains mainly: red. Hex color #822302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822302 is #7DDCFD. Grayscale: #3B3B3B. Windows color (decimal): -8248574 or 140162. OLE color: 140162.

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

Color convert

RGB 130 35 2 -
CMYK 0 0.73 0.98 0.49
HSL 15.47º 0.97% 0.26% -
HSV(B) 15.47º 0.98% 0.51% -
XYZ 9.82 5.95 0.69 -
YUV 59.64 95.47 178.18 -
System Red Green Blue C M Y K H S L
Decimal 130 35 2 0 0.73 0.98 0.49 15.47 0.97 0.26
Hex 82 23 2 0 49 62 31 F 61 1A
Octal 202 43 2 0 111 142 61 17 141 32
Binary 10000010 100011 10 0 1001001 1100010 110001 1111 1100001 11010

Color Harmonies of #822302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822302

Black with #822302

Text Example


Text Example

White with #822302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822302; }

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

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

background-color css

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

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

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

border-color css

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

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

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