Html Css Color HEX #821903 Falu Red

📋 copy color: '#821903'

red 130 ◦ green 25 ◦ blue 3

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

Shades of Falu Red #821903

Tints of Falu Red #821903

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.82%

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

R = 82.28%
G = 15.82%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#821903 (or 0x821903) is known color: Falu Red. HEX triplet: 82, 19 and 03. RGB value is (130,25,3). Sum of RGB (Red+Green+Blue) = 130+25+3=158 (20% of max value = 765). Red value is 130 (51.17% from 255 or 82.28% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 3 (1.56% from 255 or 1.90% from 158); Max value from RGB is 130 - color contains mainly: red. Hex color #821903 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821903 is #7DE6FC. Grayscale: #363636. Windows color (decimal): -8251133 or 203138. OLE color: 203138.

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

Color convert

RGB 130 25 3 -
CMYK 0 0.81 0.98 0.49
HSL 10.39º 0.95% 0.26% -
HSV(B) 10.39º 0.98% 0.51% -
XYZ 9.57 5.45 0.63 -
YUV 53.89 99.29 182.29 -
System Red Green Blue C M Y K H S L
Decimal 130 25 3 0 0.81 0.98 0.49 10.39 0.95 0.26
Hex 82 19 3 0 51 62 31 A 5F 1A
Octal 202 31 3 0 121 142 61 12 137 32
Binary 10000010 11001 11 0 1010001 1100010 110001 1010 1011111 11010

Color Harmonies of #821903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821903

Black with #821903

Text Example


Text Example

White with #821903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821903; }

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

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

background-color css

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

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

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

border-color css

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

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

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