Html Css Color HEX #83201F Falu Red

📋 copy color: '#83201F'

red 131 ◦ green 32 ◦ blue 31

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

Shades of Falu Red #83201F

Tints of Falu Red #83201F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.49%

 BLUE value IS 31 (12.5% from 255) = 15.98%

R = 67.53%
G = 16.49%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#83201F (or 0x83201F) is known color: Falu Red. HEX triplet: 83, 20 and 1F. RGB value is (131,32,31). Sum of RGB (Red+Green+Blue) = 131+32+31=194 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.53% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 131 - color contains mainly: red. Hex color #83201F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83201F is #7CDFE0. Grayscale: #3D3D3D. Windows color (decimal): -8183777 or 2039939. OLE color: 2039939.

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

Color convert

RGB 131 32 31 -
CMYK 0 0.76 0.76 0.49
HSL 0.6º 0.62% 0.32% -
HSV(B) 0.6º 0.76% 0.51% -
XYZ 10.12 5.96 1.91 -
YUV 61.49 110.8 177.58 -
System Red Green Blue C M Y K H S L
Decimal 131 32 31 0 0.76 0.76 0.49 0.6 0.62 0.32
Hex 83 20 1F 0 4C 4C 31 1 3E 20
Octal 203 40 37 0 114 114 61 1 76 40
Binary 10000011 100000 11111 0 1001100 1001100 110001 1 111110 100000

Color Harmonies of #83201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83201F

Black with #83201F

Text Example


Text Example

White with #83201F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83201F; }

 p { color: rgb(131,32,31); }

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

background-color css

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

 a { background-color: rgb(131,32,31); }

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

border-color css

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

 span { border-color: rgb(131,32,31); }

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