Html Css Color HEX #831802 Falu Red

📋 copy color: '#831802'

red 131 ◦ green 24 ◦ blue 2

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

Shades of Falu Red #831802

Tints of Falu Red #831802

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.29%

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

R = 83.44%
G = 15.29%
B = 1.27%

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

#831802 (or 0x831802) is known color: Falu Red. HEX triplet: 83, 18 and 02. RGB value is (131,24,2). Sum of RGB (Red+Green+Blue) = 131+24+2=157 (20% of max value = 765). Red value is 131 (51.56% from 255 or 83.44% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 131 - color contains mainly: red. Hex color #831802 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831802 is #7CE7FD. Grayscale: #353535. Windows color (decimal): -8185854 or 137347. OLE color: 137347.

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

Color convert

RGB 131 24 2 -
CMYK 0 0.82 0.98 0.49
HSL 10.23º 0.97% 0.26% -
HSV(B) 10.23º 0.98% 0.51% -
XYZ 9.7 5.48 0.6 -
YUV 53.49 98.95 183.29 -
System Red Green Blue C M Y K H S L
Decimal 131 24 2 0 0.82 0.98 0.49 10.23 0.97 0.26
Hex 83 18 2 0 52 62 31 A 61 1A
Octal 203 30 2 0 122 142 61 12 141 32
Binary 10000011 11000 10 0 1010010 1100010 110001 1010 1100001 11010

Color Harmonies of #831802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831802

Black with #831802

Text Example


Text Example

White with #831802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831802; }

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

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

background-color css

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

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

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

border-color css

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

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

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