Html Css Color HEX #831C0D Falu Red

📋 copy color: '#831C0D'

red 131 ◦ green 28 ◦ blue 13

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

Shades of Falu Red #831C0D

Tints of Falu Red #831C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.56%

R = 76.16%
G = 16.28%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.49

RGB Variations

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

Color information

#831C0D (or 0x831C0D) is known color: Falu Red. HEX triplet: 83, 1C and 0D. RGB value is (131,28,13). Sum of RGB (Red+Green+Blue) = 131+28+13=172 (22% of max value = 765). Red value is 131 (51.56% from 255 or 76.16% from 172); Green value is 28 (11.33% from 255 or 16.28% from 172); Blue value is 13 (5.47% from 255 or 7.56% from 172); Max value from RGB is 131 - color contains mainly: red. Hex color #831C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831C0D is #7CE3F2. Grayscale: #393939. Windows color (decimal): -8184819 or 859267. OLE color: 859267.

HSL color Cylindrical-coordinate representation of color #831C0D: hue angle of 7.63º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #831C0D is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 28 13 -
CMYK 0 0.79 0.90 0.49
HSL 7.63º 0.82% 0.28% -
HSV(B) 7.63º 0.9% 0.51% -
XYZ 9.85 5.68 0.96 -
YUV 57.09 103.12 180.72 -
System Red Green Blue C M Y K H S L
Decimal 131 28 13 0 0.79 0.90 0.49 7.63 0.82 0.28
Hex 83 1C D 0 4F 5A 31 8 52 1C
Octal 203 34 15 0 117 132 61 10 122 34
Binary 10000011 11100 1101 0 1001111 1011010 110001 1000 1010010 11100

Color Harmonies of #831C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831C0D

Black with #831C0D

Text Example


Text Example

White with #831C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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