Html Css Color HEX #822103 Falu Red

📋 copy color: '#822103'

red 130 ◦ green 33 ◦ blue 3

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

Shades of Falu Red #822103

Tints of Falu Red #822103

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.88%

 BLUE value IS 3 (1.56% from 255) = 1.81%

R = 78.31%
G = 19.88%
B = 1.81%

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

#822103 (or 0x822103) is known color: Falu Red. HEX triplet: 82, 21 and 03. RGB value is (130,33,3). Sum of RGB (Red+Green+Blue) = 130+33+3=166 (21% of max value = 765). Red value is 130 (51.17% from 255 or 78.31% from 166); Green value is 33 (13.28% from 255 or 19.88% from 166); Blue value is 3 (1.56% from 255 or 1.81% from 166); Max value from RGB is 130 - color contains mainly: red. Hex color #822103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822103 is #7DDEFC. Grayscale: #3A3A3A. Windows color (decimal): -8249085 or 205186. OLE color: 205186.

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

Color convert

RGB 130 33 3 -
CMYK 0 0.75 0.98 0.49
HSL 14.17º 0.95% 0.26% -
HSV(B) 14.17º 0.98% 0.51% -
XYZ 9.77 5.84 0.7 -
YUV 58.58 96.64 178.94 -
System Red Green Blue C M Y K H S L
Decimal 130 33 3 0 0.75 0.98 0.49 14.17 0.95 0.26
Hex 82 21 3 0 4B 62 31 E 5F 1A
Octal 202 41 3 0 113 142 61 16 137 32
Binary 10000010 100001 11 0 1001011 1100010 110001 1110 1011111 11010

Color Harmonies of #822103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822103

Black with #822103

Text Example


Text Example

White with #822103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822103; }

 p { color: rgb(130,33,3); }

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

background-color css

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

 a { background-color: rgb(130,33,3); }

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

border-color css

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

 span { border-color: rgb(130,33,3); }

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