Html Css Color HEX #83200B Falu Red

📋 copy color: '#83200B'

red 131 ◦ green 32 ◦ blue 11

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

Shades of Falu Red #83200B

Tints of Falu Red #83200B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.32%

R = 75.29%
G = 18.39%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#83200B (or 0x83200B) is known color: Falu Red. HEX triplet: 83, 20 and 0B. RGB value is (131,32,11). Sum of RGB (Red+Green+Blue) = 131+32+11=174 (23% of max value = 765). Red value is 131 (51.56% from 255 or 75.29% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 11 (4.69% from 255 or 6.32% from 174); Max value from RGB is 131 - color contains mainly: red. Hex color #83200B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83200B is #7CDFF4. Grayscale: #3B3B3B. Windows color (decimal): -8183797 or 729219. OLE color: 729219.

HSL color Cylindrical-coordinate representation of color #83200B: hue angle of 10.5º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #83200B is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 32 11 -
CMYK 0 0.76 0.92 0.49
HSL 10.5º 0.85% 0.28% -
HSV(B) 10.5º 0.92% 0.51% -
XYZ 9.94 5.88 0.93 -
YUV 59.21 100.8 179.21 -
System Red Green Blue C M Y K H S L
Decimal 131 32 11 0 0.76 0.92 0.49 10.5 0.85 0.28
Hex 83 20 B 0 4C 5C 31 A 55 1C
Octal 203 40 13 0 114 134 61 12 125 34
Binary 10000011 100000 1011 0 1001100 1011100 110001 1010 1010101 11100

Color Harmonies of #83200B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83200B

Black with #83200B

Text Example


Text Example

White with #83200B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83200B; }

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

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

background-color css

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

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

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

border-color css

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

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

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