Html Css Color HEX #822312 Falu Red

📋 copy color: '#822312'

red 130 ◦ green 35 ◦ blue 18

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

Shades of Falu Red #822312

Tints of Falu Red #822312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.84%

R = 71.04%
G = 19.13%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#822312 (or 0x822312) is known color: Falu Red. HEX triplet: 82, 23 and 12. RGB value is (130,35,18). Sum of RGB (Red+Green+Blue) = 130+35+18=183 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.04% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 130 - color contains mainly: red. Hex color #822312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822312 is #7DDCED. Grayscale: #3D3D3D. Windows color (decimal): -8248558 or 1188738. OLE color: 1188738.

HSL color Cylindrical-coordinate representation of color #822312: hue angle of 9.11º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #822312 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 35 18 -
CMYK 0 0.73 0.86 0.49
HSL 9.11º 0.76% 0.29% -
HSV(B) 9.11º 0.86% 0.51% -
XYZ 9.92 5.99 1.21 -
YUV 61.47 103.47 176.88 -
System Red Green Blue C M Y K H S L
Decimal 130 35 18 0 0.73 0.86 0.49 9.11 0.76 0.29
Hex 82 23 12 0 49 56 31 9 4C 1D
Octal 202 43 22 0 111 126 61 11 114 35
Binary 10000010 100011 10010 0 1001001 1010110 110001 1001 1001100 11101

Color Harmonies of #822312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822312

Black with #822312

Text Example


Text Example

White with #822312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822312; }

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

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

background-color css

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

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

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

border-color css

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

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

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