Html Css Color HEX #831A0F Falu Red

📋 copy color: '#831A0F'

red 131 ◦ green 26 ◦ blue 15

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

Shades of Falu Red #831A0F

Tints of Falu Red #831A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.72%

R = 76.16%
G = 15.12%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#831A0F (or 0x831A0F) is known color: Falu Red. HEX triplet: 83, 1A and 0F. RGB value is (131,26,15). Sum of RGB (Red+Green+Blue) = 131+26+15=172 (22% of max value = 765). Red value is 131 (51.56% from 255 or 76.16% from 172); Green value is 26 (10.55% from 255 or 15.12% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 131 - color contains mainly: red. Hex color #831A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831A0F is #7CE5F0. Grayscale: #383838. Windows color (decimal): -8185329 or 989827. OLE color: 989827.

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

Color convert

RGB 131 26 15 -
CMYK 0 0.80 0.89 0.49
HSL 5.69º 0.79% 0.29% -
HSV(B) 5.69º 0.89% 0.51% -
XYZ 9.82 5.6 1.02 -
YUV 56.14 104.79 181.39 -
System Red Green Blue C M Y K H S L
Decimal 131 26 15 0 0.80 0.89 0.49 5.69 0.79 0.29
Hex 83 1A F 0 50 59 31 6 4F 1D
Octal 203 32 17 0 120 131 61 6 117 35
Binary 10000011 11010 1111 0 1010000 1011001 110001 110 1001111 11101

Color Harmonies of #831A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831A0F

Black with #831A0F

Text Example


Text Example

White with #831A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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