Html Css Color HEX #831702 Falu Red

📋 copy color: '#831702'

red 131 ◦ green 23 ◦ blue 2

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

Shades of Falu Red #831702

Tints of Falu Red #831702

RGB

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

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

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

R = 83.97%
G = 14.74%
B = 1.28%

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

#831702 (or 0x831702) is known color: Falu Red. HEX triplet: 83, 17 and 02. RGB value is (131,23,2). Sum of RGB (Red+Green+Blue) = 131+23+2=156 (20% of max value = 765). Red value is 131 (51.56% from 255 or 83.97% from 156); Green value is 23 (9.38% from 255 or 14.74% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 131 - color contains mainly: red. Hex color #831702 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831702 is #7CE8FD. Grayscale: #353535. Windows color (decimal): -8186110 or 137091. OLE color: 137091.

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

Color convert

RGB 131 23 2 -
CMYK 0 0.82 0.98 0.49
HSL 9.77º 0.97% 0.26% -
HSV(B) 9.77º 0.98% 0.51% -
XYZ 9.68 5.44 0.6 -
YUV 52.9 99.28 183.71 -
System Red Green Blue C M Y K H S L
Decimal 131 23 2 0 0.82 0.98 0.49 9.77 0.97 0.26
Hex 83 17 2 0 52 62 31 A 61 1A
Octal 203 27 2 0 122 142 61 12 141 32
Binary 10000011 10111 10 0 1010010 1100010 110001 1010 1100001 11010

Color Harmonies of #831702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831702

Black with #831702

Text Example


Text Example

White with #831702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831702; }

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

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

background-color css

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

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

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

border-color css

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

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

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