Html Css Color HEX #822503 Falu Red

📋 copy color: '#822503'

red 130 ◦ green 37 ◦ blue 3

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

Shades of Falu Red #822503

Tints of Falu Red #822503

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.76%

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

R = 76.47%
G = 21.76%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#822503 (or 0x822503) is known color: Falu Red. HEX triplet: 82, 25 and 03. RGB value is (130,37,3). Sum of RGB (Red+Green+Blue) = 130+37+3=170 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.47% from 170); Green value is 37 (14.84% from 255 or 21.76% from 170); Blue value is 3 (1.56% from 255 or 1.76% from 170); Max value from RGB is 130 - color contains mainly: red. Hex color #822503 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822503 is #7DDAFC. Grayscale: #3D3D3D. Windows color (decimal): -8248061 or 206210. OLE color: 206210.

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

Color convert

RGB 130 37 3 -
CMYK 0 0.72 0.98 0.49
HSL 16.06º 0.95% 0.26% -
HSV(B) 16.06º 0.98% 0.51% -
XYZ 9.88 6.08 0.74 -
YUV 60.93 95.31 177.26 -
System Red Green Blue C M Y K H S L
Decimal 130 37 3 0 0.72 0.98 0.49 16.06 0.95 0.26
Hex 82 25 3 0 48 62 31 10 5F 1A
Octal 202 45 3 0 110 142 61 20 137 32
Binary 10000010 100101 11 0 1001000 1100010 110001 10000 1011111 11010

Color Harmonies of #822503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822503

Black with #822503

Text Example


Text Example

White with #822503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822503; }

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

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

background-color css

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

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

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

border-color css

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

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

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