Html Css Color HEX #83200C Falu Red

📋 copy color: '#83200C'

red 131 ◦ green 32 ◦ blue 12

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

Shades of Falu Red #83200C

Tints of Falu Red #83200C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.86%

R = 74.86%
G = 18.29%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#83200C (or 0x83200C) is known color: Falu Red. HEX triplet: 83, 20 and 0C. RGB value is (131,32,12). Sum of RGB (Red+Green+Blue) = 131+32+12=175 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.86% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 12 (5.08% from 255 or 6.86% from 175); Max value from RGB is 131 - color contains mainly: red. Hex color #83200C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83200C is #7CDFF3. Grayscale: #3B3B3B. Windows color (decimal): -8183796 or 794755. OLE color: 794755.

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

Color convert

RGB 131 32 12 -
CMYK 0 0.76 0.91 0.49
HSL 10.08º 0.83% 0.28% -
HSV(B) 10.08º 0.91% 0.51% -
XYZ 9.94 5.88 0.96 -
YUV 59.32 101.3 179.13 -
System Red Green Blue C M Y K H S L
Decimal 131 32 12 0 0.76 0.91 0.49 10.08 0.83 0.28
Hex 83 20 C 0 4C 5B 31 A 53 1C
Octal 203 40 14 0 114 133 61 12 123 34
Binary 10000011 100000 1100 0 1001100 1011011 110001 1010 1010011 11100

Color Harmonies of #83200C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83200C

Black with #83200C

Text Example


Text Example

White with #83200C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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