Html Css Color HEX #83220D Falu Red

📋 copy color: '#83220D'

red 131 ◦ green 34 ◦ blue 13

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

Shades of Falu Red #83220D

Tints of Falu Red #83220D

RGB

 RED value IS 131 (51.56% from 255) = 73.6%

 GREEN value IS 34 (13.67% from 255) = 19.1%

 BLUE value IS 13 (5.47% from 255) = 7.3%

R = 73.6%
G = 19.1%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.49

RGB Variations

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

Color information

#83220D (or 0x83220D) is known color: Falu Red. HEX triplet: 83, 22 and 0D. RGB value is (131,34,13). Sum of RGB (Red+Green+Blue) = 131+34+13=178 (23% of max value = 765). Red value is 131 (51.56% from 255 or 73.60% from 178); Green value is 34 (13.67% from 255 or 19.10% from 178); Blue value is 13 (5.47% from 255 or 7.30% from 178); Max value from RGB is 131 - color contains mainly: red. Hex color #83220D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83220D is #7CDDF2. Grayscale: #3C3C3C. Windows color (decimal): -8183283 or 860803. OLE color: 860803.

HSL color Cylindrical-coordinate representation of color #83220D: hue angle of 10.68º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #83220D is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 34 13 -
CMYK 0 0.74 0.90 0.49
HSL 10.68º 0.82% 0.28% -
HSV(B) 10.68º 0.9% 0.51% -
XYZ 10 6 1.01 -
YUV 60.61 101.14 178.21 -
System Red Green Blue C M Y K H S L
Decimal 131 34 13 0 0.74 0.90 0.49 10.68 0.82 0.28
Hex 83 22 D 0 4A 5A 31 B 52 1C
Octal 203 42 15 0 112 132 61 13 122 34
Binary 10000011 100010 1101 0 1001010 1011010 110001 1011 1010010 11100

Color Harmonies of #83220D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83220D

Black with #83220D

Text Example


Text Example

White with #83220D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83220D; }

 p { color: rgb(131,34,13); }

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

background-color css

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

 a { background-color: rgb(131,34,13); }

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

border-color css

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

 span { border-color: rgb(131,34,13); }

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