Html Css Color HEX #831E02 Falu Red

📋 copy color: '#831E02'

red 131 ◦ green 30 ◦ blue 2

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

Shades of Falu Red #831E02

Tints of Falu Red #831E02

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.4%

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

R = 80.37%
G = 18.4%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#831E02 (or 0x831E02) is known color: Falu Red. HEX triplet: 83, 1E and 02. RGB value is (131,30,2). Sum of RGB (Red+Green+Blue) = 131+30+2=163 (21% of max value = 765). Red value is 131 (51.56% from 255 or 80.37% from 163); Green value is 30 (12.11% from 255 or 18.40% from 163); Blue value is 2 (1.17% from 255 or 1.23% from 163); Max value from RGB is 131 - color contains mainly: red. Hex color #831E02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831E02 is #7CE1FD. Grayscale: #393939. Windows color (decimal): -8184318 or 138883. OLE color: 138883.

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

Color convert

RGB 131 30 2 -
CMYK 0 0.77 0.98 0.49
HSL 13.02º 0.97% 0.26% -
HSV(B) 13.02º 0.98% 0.51% -
XYZ 9.84 5.76 0.65 -
YUV 57.01 96.96 180.78 -
System Red Green Blue C M Y K H S L
Decimal 131 30 2 0 0.77 0.98 0.49 13.02 0.97 0.26
Hex 83 1E 2 0 4D 62 31 D 61 1A
Octal 203 36 2 0 115 142 61 15 141 32
Binary 10000011 11110 10 0 1001101 1100010 110001 1101 1100001 11010

Color Harmonies of #831E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831E02

Black with #831E02

Text Example


Text Example

White with #831E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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