Html Css Color HEX #832315 Falu Red

📋 copy color: '#832315'

red 131 ◦ green 35 ◦ blue 21

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

Shades of Falu Red #832315

Tints of Falu Red #832315

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.72%

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

R = 70.05%
G = 18.72%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#832315 (or 0x832315) is known color: Falu Red. HEX triplet: 83, 23 and 15. RGB value is (131,35,21). Sum of RGB (Red+Green+Blue) = 131+35+21=187 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.05% from 187); Green value is 35 (14.06% from 255 or 18.72% from 187); Blue value is 21 (8.59% from 255 or 11.23% from 187); Max value from RGB is 131 - color contains mainly: red. Hex color #832315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832315 is #7CDCEA. Grayscale: #3E3E3E. Windows color (decimal): -8183019 or 1385347. OLE color: 1385347.

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

Color convert

RGB 131 35 21 -
CMYK 0 0.73 0.84 0.49
HSL 7.64º 0.72% 0.3% -
HSV(B) 7.64º 0.84% 0.51% -
XYZ 10.1 6.08 1.35 -
YUV 62.11 104.8 177.14 -
System Red Green Blue C M Y K H S L
Decimal 131 35 21 0 0.73 0.84 0.49 7.64 0.72 0.3
Hex 83 23 15 0 49 54 31 8 48 1E
Octal 203 43 25 0 111 124 61 10 110 36
Binary 10000011 100011 10101 0 1001001 1010100 110001 1000 1001000 11110

Color Harmonies of #832315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832315

Black with #832315

Text Example


Text Example

White with #832315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832315; }

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

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

background-color css

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

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

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

border-color css

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

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

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