Html Css Color HEX #831A0A Falu Red

📋 copy color: '#831A0A'

red 131 ◦ green 26 ◦ blue 10

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

Shades of Falu Red #831A0A

Tints of Falu Red #831A0A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.57%

 BLUE value IS 10 (4.3% from 255) = 5.99%

R = 78.44%
G = 15.57%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#831A0A (or 0x831A0A) is known color: Falu Red. HEX triplet: 83, 1A and 0A. RGB value is (131,26,10). Sum of RGB (Red+Green+Blue) = 131+26+10=167 (22% of max value = 765). Red value is 131 (51.56% from 255 or 78.44% from 167); Green value is 26 (10.55% from 255 or 15.57% from 167); Blue value is 10 (4.30% from 255 or 5.99% from 167); Max value from RGB is 131 - color contains mainly: red. Hex color #831A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831A0A is #7CE5F5. Grayscale: #373737. Windows color (decimal): -8185334 or 662147. OLE color: 662147.

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

Color convert

RGB 131 26 10 -
CMYK 0 0.80 0.92 0.49
HSL 7.93º 0.86% 0.28% -
HSV(B) 7.93º 0.92% 0.51% -
XYZ 9.78 5.59 0.85 -
YUV 55.57 102.29 181.8 -
System Red Green Blue C M Y K H S L
Decimal 131 26 10 0 0.80 0.92 0.49 7.93 0.86 0.28
Hex 83 1A A 0 50 5C 31 8 56 1C
Octal 203 32 12 0 120 134 61 10 126 34
Binary 10000011 11010 1010 0 1010000 1011100 110001 1000 1010110 11100

Color Harmonies of #831A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831A0A

Black with #831A0A

Text Example


Text Example

White with #831A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831A0A; }

 p { color: rgb(131,26,10); }

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

background-color css

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

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

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

border-color css

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

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

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