Html Css Color HEX #832018 Falu Red

📋 copy color: '#832018'

red 131 ◦ green 32 ◦ blue 24

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

Shades of Falu Red #832018

Tints of Falu Red #832018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.83%

R = 70.05%
G = 17.11%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#832018 (or 0x832018) is known color: Falu Red. HEX triplet: 83, 20 and 18. RGB value is (131,32,24). Sum of RGB (Red+Green+Blue) = 131+32+24=187 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.05% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 24 (9.77% from 255 or 12.83% from 187); Max value from RGB is 131 - color contains mainly: red. Hex color #832018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832018 is #7CDFE7. Grayscale: #3C3C3C. Windows color (decimal): -8183784 or 1581187. OLE color: 1581187.

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

Color convert

RGB 131 32 24 -
CMYK 0 0.76 0.82 0.49
HSL 4.49º 0.69% 0.3% -
HSV(B) 4.49º 0.82% 0.51% -
XYZ 10.04 5.92 1.48 -
YUV 60.69 107.3 178.15 -
System Red Green Blue C M Y K H S L
Decimal 131 32 24 0 0.76 0.82 0.49 4.49 0.69 0.3
Hex 83 20 18 0 4C 52 31 4 45 1E
Octal 203 40 30 0 114 122 61 4 105 36
Binary 10000011 100000 11000 0 1001100 1010010 110001 100 1000101 11110

Color Harmonies of #832018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832018

Black with #832018

Text Example


Text Example

White with #832018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832018; }

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

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

background-color css

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

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

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

border-color css

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

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

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