Html Css Color HEX #831E0F Falu Red

📋 copy color: '#831E0F'

red 131 ◦ green 30 ◦ blue 15

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

Shades of Falu Red #831E0F

Tints of Falu Red #831E0F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.05%

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

R = 74.43%
G = 17.05%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#831E0F (or 0x831E0F) is known color: Falu Red. HEX triplet: 83, 1E and 0F. RGB value is (131,30,15). Sum of RGB (Red+Green+Blue) = 131+30+15=176 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.43% from 176); Green value is 30 (12.11% from 255 or 17.05% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 131 - color contains mainly: red. Hex color #831E0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831E0F is #7CE1F0. Grayscale: #3A3A3A. Windows color (decimal): -8184305 or 990851. OLE color: 990851.

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

Color convert

RGB 131 30 15 -
CMYK 0 0.77 0.89 0.49
HSL 7.76º 0.79% 0.29% -
HSV(B) 7.76º 0.89% 0.51% -
XYZ 9.91 5.79 1.05 -
YUV 58.49 103.46 179.72 -
System Red Green Blue C M Y K H S L
Decimal 131 30 15 0 0.77 0.89 0.49 7.76 0.79 0.29
Hex 83 1E F 0 4D 59 31 8 4F 1D
Octal 203 36 17 0 115 131 61 10 117 35
Binary 10000011 11110 1111 0 1001101 1011001 110001 1000 1001111 11101

Color Harmonies of #831E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831E0F

Black with #831E0F

Text Example


Text Example

White with #831E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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