Html Css Color HEX #831C03 Falu Red

📋 copy color: '#831C03'

red 131 ◦ green 28 ◦ blue 3

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

Shades of Falu Red #831C03

Tints of Falu Red #831C03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.85%

R = 80.86%
G = 17.28%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#831C03 (or 0x831C03) is known color: Falu Red. HEX triplet: 83, 1C and 03. RGB value is (131,28,3). Sum of RGB (Red+Green+Blue) = 131+28+3=162 (21% of max value = 765). Red value is 131 (51.56% from 255 or 80.86% from 162); Green value is 28 (11.33% from 255 or 17.28% from 162); Blue value is 3 (1.56% from 255 or 1.85% from 162); Max value from RGB is 131 - color contains mainly: red. Hex color #831C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831C03 is #7CE3FC. Grayscale: #383838. Windows color (decimal): -8184829 or 203907. OLE color: 203907.

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

Color convert

RGB 131 28 3 -
CMYK 0 0.79 0.98 0.49
HSL 11.72º 0.96% 0.26% -
HSV(B) 11.72º 0.98% 0.51% -
XYZ 9.79 5.66 0.66 -
YUV 55.95 98.12 181.53 -
System Red Green Blue C M Y K H S L
Decimal 131 28 3 0 0.79 0.98 0.49 11.72 0.96 0.26
Hex 83 1C 3 0 4F 62 31 C 60 1A
Octal 203 34 3 0 117 142 61 14 140 32
Binary 10000011 11100 11 0 1001111 1100010 110001 1100 1100000 11010

Color Harmonies of #831C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831C03

Black with #831C03

Text Example


Text Example

White with #831C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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