Html Css Color HEX #831703 Falu Red

📋 copy color: '#831703'

red 131 ◦ green 23 ◦ blue 3

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

Shades of Falu Red #831703

Tints of Falu Red #831703

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.65%

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

R = 83.44%
G = 14.65%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#831703 (or 0x831703) is known color: Falu Red. HEX triplet: 83, 17 and 03. RGB value is (131,23,3). Sum of RGB (Red+Green+Blue) = 131+23+3=157 (20% of max value = 765). Red value is 131 (51.56% from 255 or 83.44% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 3 (1.56% from 255 or 1.91% from 157); Max value from RGB is 131 - color contains mainly: red. Hex color #831703 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831703 is #7CE8FC. Grayscale: #353535. Windows color (decimal): -8186109 or 202627. OLE color: 202627.

HSL color Cylindrical-coordinate representation of color #831703: hue angle of 9.38º 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 #831703 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 23 3 -
CMYK 0 0.82 0.98 0.49
HSL 9.38º 0.96% 0.26% -
HSV(B) 9.38º 0.98% 0.51% -
XYZ 9.68 5.44 0.63 -
YUV 53.01 99.78 183.63 -
System Red Green Blue C M Y K H S L
Decimal 131 23 3 0 0.82 0.98 0.49 9.38 0.96 0.26
Hex 83 17 3 0 52 62 31 9 60 1A
Octal 203 27 3 0 122 142 61 11 140 32
Binary 10000011 10111 11 0 1010010 1100010 110001 1001 1100000 11010

Color Harmonies of #831703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831703

Black with #831703

Text Example


Text Example

White with #831703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831703; }

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

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

background-color css

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

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

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

border-color css

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

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

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