Html Css Color HEX #83221E Falu Red

📋 copy color: '#83221E'

red 131 ◦ green 34 ◦ blue 30

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

Shades of Falu Red #83221E

Tints of Falu Red #83221E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.38%

R = 67.18%
G = 17.44%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#83221E (or 0x83221E) is known color: Falu Red. HEX triplet: 83, 22 and 1E. RGB value is (131,34,30). Sum of RGB (Red+Green+Blue) = 131+34+30=195 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.18% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 30 (12.11% from 255 or 15.38% from 195); Max value from RGB is 131 - color contains mainly: red. Hex color #83221E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83221E is #7CDDE1. Grayscale: #3E3E3E. Windows color (decimal): -8183266 or 1974915. OLE color: 1974915.

HSL color Cylindrical-coordinate representation of color #83221E: hue angle of 2.38º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #83221E is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 34 30 -
CMYK 0 0.74 0.77 0.49
HSL 2.38º 0.63% 0.32% -
HSV(B) 2.38º 0.77% 0.51% -
XYZ 10.17 6.06 1.86 -
YUV 62.55 109.64 176.83 -
System Red Green Blue C M Y K H S L
Decimal 131 34 30 0 0.74 0.77 0.49 2.38 0.63 0.32
Hex 83 22 1E 0 4A 4D 31 2 3F 20
Octal 203 42 36 0 112 115 61 2 77 40
Binary 10000011 100010 11110 0 1001010 1001101 110001 10 111111 100000

Color Harmonies of #83221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83221E

Black with #83221E

Text Example


Text Example

White with #83221E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83221E; }

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

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

background-color css

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

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

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

border-color css

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

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

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