Html Css Color HEX #832115 Falu Red

📋 copy color: '#832115'

red 131 ◦ green 33 ◦ blue 21

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

Shades of Falu Red #832115

Tints of Falu Red #832115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.35%

R = 70.81%
G = 17.84%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#832115 (or 0x832115) is known color: Falu Red. HEX triplet: 83, 21 and 15. RGB value is (131,33,21). Sum of RGB (Red+Green+Blue) = 131+33+21=185 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.81% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 21 (8.59% from 255 or 11.35% from 185); Max value from RGB is 131 - color contains mainly: red. Hex color #832115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832115 is #7CDEEA. Grayscale: #3D3D3D. Windows color (decimal): -8183531 or 1384835. OLE color: 1384835.

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

Color convert

RGB 131 33 21 -
CMYK 0 0.75 0.84 0.49
HSL 6.55º 0.72% 0.3% -
HSV(B) 6.55º 0.84% 0.51% -
XYZ 10.04 5.97 1.33 -
YUV 60.93 105.47 177.98 -
System Red Green Blue C M Y K H S L
Decimal 131 33 21 0 0.75 0.84 0.49 6.55 0.72 0.3
Hex 83 21 15 0 4B 54 31 7 48 1E
Octal 203 41 25 0 113 124 61 7 110 36
Binary 10000011 100001 10101 0 1001011 1010100 110001 111 1001000 11110

Color Harmonies of #832115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832115

Black with #832115

Text Example


Text Example

White with #832115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832115; }

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

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

background-color css

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

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

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

border-color css

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

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

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