Html Css Color HEX #832012 Falu Red

📋 copy color: '#832012'

red 131 ◦ green 32 ◦ blue 18

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

Shades of Falu Red #832012

Tints of Falu Red #832012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.94%

R = 72.38%
G = 17.68%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#832012 (or 0x832012) is known color: Falu Red. HEX triplet: 83, 20 and 12. RGB value is (131,32,18). Sum of RGB (Red+Green+Blue) = 131+32+18=181 (23% of max value = 765). Red value is 131 (51.56% from 255 or 72.38% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 18 (7.42% from 255 or 9.94% from 181); Max value from RGB is 131 - color contains mainly: red. Hex color #832012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832012 is #7CDFED. Grayscale: #3C3C3C. Windows color (decimal): -8183790 or 1187971. OLE color: 1187971.

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

Color convert

RGB 131 32 18 -
CMYK 0 0.76 0.86 0.49
HSL 7.43º 0.76% 0.29% -
HSV(B) 7.43º 0.86% 0.51% -
XYZ 9.99 5.9 1.19 -
YUV 60.01 104.3 178.64 -
System Red Green Blue C M Y K H S L
Decimal 131 32 18 0 0.76 0.86 0.49 7.43 0.76 0.29
Hex 83 20 12 0 4C 56 31 7 4C 1D
Octal 203 40 22 0 114 126 61 7 114 35
Binary 10000011 100000 10010 0 1001100 1010110 110001 111 1001100 11101

Color Harmonies of #832012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832012

Black with #832012

Text Example


Text Example

White with #832012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832012; }

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

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

background-color css

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

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

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

border-color css

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

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

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