Html Css Color HEX #831D0F Falu Red

📋 copy color: '#831D0F'

red 131 ◦ green 29 ◦ blue 15

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

Shades of Falu Red #831D0F

Tints of Falu Red #831D0F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.57%

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

R = 74.86%
G = 16.57%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#831D0F (or 0x831D0F) is known color: Falu Red. HEX triplet: 83, 1D and 0F. RGB value is (131,29,15). Sum of RGB (Red+Green+Blue) = 131+29+15=175 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.86% from 175); Green value is 29 (11.72% from 255 or 16.57% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 131 - color contains mainly: red. Hex color #831D0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831D0F is #7CE2F0. Grayscale: #3A3A3A. Windows color (decimal): -8184561 or 990595. OLE color: 990595.

HSL color Cylindrical-coordinate representation of color #831D0F: hue angle of 7.24º 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 #831D0F is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 29 15 -
CMYK 0 0.78 0.89 0.49
HSL 7.24º 0.79% 0.29% -
HSV(B) 7.24º 0.89% 0.51% -
XYZ 9.89 5.74 1.04 -
YUV 57.9 103.79 180.14 -
System Red Green Blue C M Y K H S L
Decimal 131 29 15 0 0.78 0.89 0.49 7.24 0.79 0.29
Hex 83 1D F 0 4E 59 31 7 4F 1D
Octal 203 35 17 0 116 131 61 7 117 35
Binary 10000011 11101 1111 0 1001110 1011001 110001 111 1001111 11101

Color Harmonies of #831D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831D0F

Black with #831D0F

Text Example


Text Example

White with #831D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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