Html Css Color HEX #832015 Falu Red

📋 copy color: '#832015'

red 131 ◦ green 32 ◦ blue 21

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

Shades of Falu Red #832015

Tints of Falu Red #832015

RGB

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

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

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

R = 71.2%
G = 17.39%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#832015 (or 0x832015) is known color: Falu Red. HEX triplet: 83, 20 and 15. RGB value is (131,32,21). Sum of RGB (Red+Green+Blue) = 131+32+21=184 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.20% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 21 (8.59% from 255 or 11.41% from 184); Max value from RGB is 131 - color contains mainly: red. Hex color #832015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832015 is #7CDFEA. Grayscale: #3C3C3C. Windows color (decimal): -8183787 or 1384579. OLE color: 1384579.

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

Color convert

RGB 131 32 21 -
CMYK 0 0.76 0.84 0.49
HSL 0.72% 0.3% -
HSV(B) 0.84% 0.51% -
XYZ 10.01 5.91 1.32 -
YUV 60.35 105.8 178.39 -
System Red Green Blue C M Y K H S L
Decimal 131 32 21 0 0.76 0.84 0.49 6 0.72 0.3
Hex 83 20 15 0 4C 54 31 6 48 1E
Octal 203 40 25 0 114 124 61 6 110 36
Binary 10000011 100000 10101 0 1001100 1010100 110001 110 1001000 11110

Color Harmonies of #832015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832015

Black with #832015

Text Example


Text Example

White with #832015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832015; }

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

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

background-color css

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

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

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

border-color css

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

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

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