Html Css Color HEX #821C03 Falu Red

📋 copy color: '#821C03'

red 130 ◦ green 28 ◦ blue 3

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

Shades of Falu Red #821C03

Tints of Falu Red #821C03

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.39%

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

R = 80.75%
G = 17.39%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#821C03 (or 0x821C03) is known color: Falu Red. HEX triplet: 82, 1C and 03. RGB value is (130,28,3). Sum of RGB (Red+Green+Blue) = 130+28+3=161 (21% of max value = 765). Red value is 130 (51.17% from 255 or 80.75% from 161); Green value is 28 (11.33% from 255 or 17.39% from 161); Blue value is 3 (1.56% from 255 or 1.86% from 161); Max value from RGB is 130 - color contains mainly: red. Hex color #821C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821C03 is #7DE3FC. Grayscale: #373737. Windows color (decimal): -8250365 or 203906. OLE color: 203906.

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

Color convert

RGB 130 28 3 -
CMYK 0 0.78 0.98 0.49
HSL 11.81º 0.95% 0.26% -
HSV(B) 11.81º 0.98% 0.51% -
XYZ 9.64 5.58 0.66 -
YUV 55.65 98.29 181.03 -
System Red Green Blue C M Y K H S L
Decimal 130 28 3 0 0.78 0.98 0.49 11.81 0.95 0.26
Hex 82 1C 3 0 4E 62 31 C 5F 1A
Octal 202 34 3 0 116 142 61 14 137 32
Binary 10000010 11100 11 0 1001110 1100010 110001 1100 1011111 11010

Color Harmonies of #821C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821C03

Black with #821C03

Text Example


Text Example

White with #821C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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