Html Css Color HEX #831A02 Falu Red

📋 copy color: '#831A02'

red 131 ◦ green 26 ◦ blue 2

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

Shades of Falu Red #831A02

Tints of Falu Red #831A02

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.35%

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

R = 82.39%
G = 16.35%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#831A02 (or 0x831A02) is known color: Falu Red. HEX triplet: 83, 1A and 02. RGB value is (131,26,2). Sum of RGB (Red+Green+Blue) = 131+26+2=159 (21% of max value = 765). Red value is 131 (51.56% from 255 or 82.39% from 159); Green value is 26 (10.55% from 255 or 16.35% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 131 - color contains mainly: red. Hex color #831A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831A02 is #7CE5FD. Grayscale: #363636. Windows color (decimal): -8185342 or 137859. OLE color: 137859.

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

Color convert

RGB 131 26 2 -
CMYK 0 0.80 0.98 0.49
HSL 11.16º 0.97% 0.26% -
HSV(B) 11.16º 0.98% 0.51% -
XYZ 9.74 5.57 0.62 -
YUV 54.66 98.29 182.45 -
System Red Green Blue C M Y K H S L
Decimal 131 26 2 0 0.80 0.98 0.49 11.16 0.97 0.26
Hex 83 1A 2 0 50 62 31 B 61 1A
Octal 203 32 2 0 120 142 61 13 141 32
Binary 10000011 11010 10 0 1010000 1100010 110001 1011 1100001 11010

Color Harmonies of #831A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831A02

Black with #831A02

Text Example


Text Example

White with #831A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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