Html Css Color HEX #832013 Falu Red

📋 copy color: '#832013'

red 131 ◦ green 32 ◦ blue 19

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

Shades of Falu Red #832013

Tints of Falu Red #832013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.44%

R = 71.98%
G = 17.58%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#832013 (or 0x832013) is known color: Falu Red. HEX triplet: 83, 20 and 13. RGB value is (131,32,19). Sum of RGB (Red+Green+Blue) = 131+32+19=182 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.98% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 19 (7.81% from 255 or 10.44% from 182); Max value from RGB is 131 - color contains mainly: red. Hex color #832013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832013 is #7CDFEC. Grayscale: #3C3C3C. Windows color (decimal): -8183789 or 1253507. OLE color: 1253507.

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

Color convert

RGB 131 32 19 -
CMYK 0 0.76 0.85 0.49
HSL 6.96º 0.75% 0.29% -
HSV(B) 6.96º 0.85% 0.51% -
XYZ 9.99 5.91 1.23 -
YUV 60.12 104.8 178.56 -
System Red Green Blue C M Y K H S L
Decimal 131 32 19 0 0.76 0.85 0.49 6.96 0.75 0.29
Hex 83 20 13 0 4C 55 31 7 4B 1D
Octal 203 40 23 0 114 125 61 7 113 35
Binary 10000011 100000 10011 0 1001100 1010101 110001 111 1001011 11101

Color Harmonies of #832013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832013

Black with #832013

Text Example


Text Example

White with #832013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832013; }

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

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

background-color css

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

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

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

border-color css

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

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

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