Html Css Color HEX #832103 Falu Red

📋 copy color: '#832103'

red 131 ◦ green 33 ◦ blue 3

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

Shades of Falu Red #832103

Tints of Falu Red #832103

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.76%

 BLUE value IS 3 (1.56% from 255) = 1.8%

R = 78.44%
G = 19.76%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#832103 (or 0x832103) is known color: Falu Red. HEX triplet: 83, 21 and 03. RGB value is (131,33,3). Sum of RGB (Red+Green+Blue) = 131+33+3=167 (22% of max value = 765). Red value is 131 (51.56% from 255 or 78.44% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 3 (1.56% from 255 or 1.80% from 167); Max value from RGB is 131 - color contains mainly: red. Hex color #832103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832103 is #7CDEFC. Grayscale: #3B3B3B. Windows color (decimal): -8183549 or 205187. OLE color: 205187.

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

Color convert

RGB 131 33 3 -
CMYK 0 0.75 0.98 0.49
HSL 14.06º 0.96% 0.26% -
HSV(B) 14.06º 0.98% 0.51% -
XYZ 9.92 5.92 0.71 -
YUV 58.88 96.47 179.44 -
System Red Green Blue C M Y K H S L
Decimal 131 33 3 0 0.75 0.98 0.49 14.06 0.96 0.26
Hex 83 21 3 0 4B 62 31 E 60 1A
Octal 203 41 3 0 113 142 61 16 140 32
Binary 10000011 100001 11 0 1001011 1100010 110001 1110 1100000 11010

Color Harmonies of #832103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832103

Black with #832103

Text Example


Text Example

White with #832103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832103; }

 p { color: rgb(131,33,3); }

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

background-color css

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

 a { background-color: rgb(131,33,3); }

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

border-color css

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

 span { border-color: rgb(131,33,3); }

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