Html Css Color HEX #83201A Falu Red

📋 copy color: '#83201A'

red 131 ◦ green 32 ◦ blue 26

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

Shades of Falu Red #83201A

Tints of Falu Red #83201A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.76%

R = 69.31%
G = 16.93%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#83201A (or 0x83201A) is known color: Falu Red. HEX triplet: 83, 20 and 1A. RGB value is (131,32,26). Sum of RGB (Red+Green+Blue) = 131+32+26=189 (25% of max value = 765). Red value is 131 (51.56% from 255 or 69.31% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 131 - color contains mainly: red. Hex color #83201A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83201A is #7CDFE5. Grayscale: #3D3D3D. Windows color (decimal): -8183782 or 1712259. OLE color: 1712259.

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

Color convert

RGB 131 32 26 -
CMYK 0 0.76 0.80 0.49
HSL 3.43º 0.67% 0.31% -
HSV(B) 3.43º 0.8% 0.51% -
XYZ 10.06 5.93 1.59 -
YUV 60.92 108.3 177.99 -
System Red Green Blue C M Y K H S L
Decimal 131 32 26 0 0.76 0.80 0.49 3.43 0.67 0.31
Hex 83 20 1A 0 4C 50 31 3 43 1F
Octal 203 40 32 0 114 120 61 3 103 37
Binary 10000011 100000 11010 0 1001100 1010000 110001 11 1000011 11111

Color Harmonies of #83201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83201A

Black with #83201A

Text Example


Text Example

White with #83201A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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