Html Css Color HEX #831C0F Falu Red

📋 copy color: '#831C0F'

red 131 ◦ green 28 ◦ blue 15

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

Shades of Falu Red #831C0F

Tints of Falu Red #831C0F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16.09%

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

R = 75.29%
G = 16.09%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#831C0F (or 0x831C0F) is known color: Falu Red. HEX triplet: 83, 1C and 0F. RGB value is (131,28,15). Sum of RGB (Red+Green+Blue) = 131+28+15=174 (23% of max value = 765). Red value is 131 (51.56% from 255 or 75.29% from 174); Green value is 28 (11.33% from 255 or 16.09% from 174); Blue value is 15 (6.25% from 255 or 8.62% from 174); Max value from RGB is 131 - color contains mainly: red. Hex color #831C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831C0F is #7CE3F0. Grayscale: #393939. Windows color (decimal): -8184817 or 990339. OLE color: 990339.

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

Color convert

RGB 131 28 15 -
CMYK 0 0.79 0.89 0.49
HSL 6.72º 0.79% 0.29% -
HSV(B) 6.72º 0.89% 0.51% -
XYZ 9.86 5.69 1.03 -
YUV 57.32 104.12 180.56 -
System Red Green Blue C M Y K H S L
Decimal 131 28 15 0 0.79 0.89 0.49 6.72 0.79 0.29
Hex 83 1C F 0 4F 59 31 7 4F 1D
Octal 203 34 17 0 117 131 61 7 117 35
Binary 10000011 11100 1111 0 1001111 1011001 110001 111 1001111 11101

Color Harmonies of #831C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831C0F

Black with #831C0F

Text Example


Text Example

White with #831C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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