Html Css Color HEX #831902 Falu Red

📋 copy color: '#831902'

red 131 ◦ green 25 ◦ blue 2

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

Shades of Falu Red #831902

Tints of Falu Red #831902

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.82%

 BLUE value IS 2 (1.17% from 255) = 1.27%

R = 82.91%
G = 15.82%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#831902 (or 0x831902) is known color: Falu Red. HEX triplet: 83, 19 and 02. RGB value is (131,25,2). Sum of RGB (Red+Green+Blue) = 131+25+2=158 (20% of max value = 765). Red value is 131 (51.56% from 255 or 82.91% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 2 (1.17% from 255 or 1.27% from 158); Max value from RGB is 131 - color contains mainly: red. Hex color #831902 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831902 is #7CE6FD. Grayscale: #363636. Windows color (decimal): -8185598 or 137603. OLE color: 137603.

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

Color convert

RGB 131 25 2 -
CMYK 0 0.81 0.98 0.49
HSL 10.7º 0.97% 0.26% -
HSV(B) 10.7º 0.98% 0.51% -
XYZ 9.72 5.52 0.61 -
YUV 54.07 98.62 182.87 -
System Red Green Blue C M Y K H S L
Decimal 131 25 2 0 0.81 0.98 0.49 10.7 0.97 0.26
Hex 83 19 2 0 51 62 31 B 61 1A
Octal 203 31 2 0 121 142 61 13 141 32
Binary 10000011 11001 10 0 1010001 1100010 110001 1011 1100001 11010

Color Harmonies of #831902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831902

Black with #831902

Text Example


Text Example

White with #831902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831902; }

 p { color: rgb(131,25,2); }

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

background-color css

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

 a { background-color: rgb(131,25,2); }

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

border-color css

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

 span { border-color: rgb(131,25,2); }

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