Html Css Color HEX #831212 Falu Red

📋 copy color: '#831212'

red 131 ◦ green 18 ◦ blue 18

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

Shades of Falu Red #831212

Tints of Falu Red #831212

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.78%

 BLUE value IS 18 (7.42% from 255) = 10.78%

R = 78.44%
G = 10.78%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#831212 (or 0x831212) is known color: Falu Red. HEX triplet: 83, 12 and 12. RGB value is (131,18,18). Sum of RGB (Red+Green+Blue) = 131+18+18=167 (22% of max value = 765). Red value is 131 (51.56% from 255 or 78.44% from 167); Green value is 18 (7.42% from 255 or 10.78% from 167); Blue value is 18 (7.42% from 255 or 10.78% from 167); Max value from RGB is 131 - color contains mainly: red. Hex color #831212 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831212 is #7CEDED. Grayscale: #333333. Windows color (decimal): -8187374 or 1184387. OLE color: 1184387.

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

Color convert

RGB 131 18 18 -
CMYK 0 0.86 0.86 0.49
HSL 0.76% 0.29% -
HSV(B) 0.86% 0.51% -
XYZ 9.69 5.3 1.09 -
YUV 51.79 108.94 184.5 -
System Red Green Blue C M Y K H S L
Decimal 131 18 18 0 0.86 0.86 0.49 0 0.76 0.29
Hex 83 12 12 0 56 56 31 0 4C 1D
Octal 203 22 22 0 126 126 61 0 114 35
Binary 10000011 10010 10010 0 1010110 1010110 110001 0 1001100 11101

Color Harmonies of #831212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831212

Black with #831212

Text Example


Text Example

White with #831212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831212; }

 p { color: rgb(131,18,18); }

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

background-color css

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

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

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

border-color css

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

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

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