Html Css Color HEX #832118 Falu Red

📋 copy color: '#832118'

red 131 ◦ green 33 ◦ blue 24

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

Shades of Falu Red #832118

Tints of Falu Red #832118

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.55%

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

R = 69.68%
G = 17.55%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#832118 (or 0x832118) is known color: Falu Red. HEX triplet: 83, 21 and 18. RGB value is (131,33,24). Sum of RGB (Red+Green+Blue) = 131+33+24=188 (24% of max value = 765). Red value is 131 (51.56% from 255 or 69.68% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 24 (9.77% from 255 or 12.77% from 188); Max value from RGB is 131 - color contains mainly: red. Hex color #832118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832118 is #7CDEE7. Grayscale: #3D3D3D. Windows color (decimal): -8183528 or 1581443. OLE color: 1581443.

HSL color Cylindrical-coordinate representation of color #832118: hue angle of 5.05º 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 #832118 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 33 24 -
CMYK 0 0.75 0.82 0.49
HSL 5.05º 0.69% 0.3% -
HSV(B) 5.05º 0.82% 0.51% -
XYZ 10.07 5.98 1.49 -
YUV 61.28 106.97 177.73 -
System Red Green Blue C M Y K H S L
Decimal 131 33 24 0 0.75 0.82 0.49 5.05 0.69 0.3
Hex 83 21 18 0 4B 52 31 5 45 1E
Octal 203 41 30 0 113 122 61 5 105 36
Binary 10000011 100001 11000 0 1001011 1010010 110001 101 1000101 11110

Color Harmonies of #832118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832118

Black with #832118

Text Example


Text Example

White with #832118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832118; }

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

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

background-color css

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

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

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

border-color css

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

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

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