Html Css Color HEX #832003 Falu Red

📋 copy color: '#832003'

red 131 ◦ green 32 ◦ blue 3

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

Shades of Falu Red #832003

Tints of Falu Red #832003

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.28%

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

R = 78.92%
G = 19.28%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#832003 (or 0x832003) is known color: Falu Red. HEX triplet: 83, 20 and 03. RGB value is (131,32,3). Sum of RGB (Red+Green+Blue) = 131+32+3=166 (21% of max value = 765). Red value is 131 (51.56% from 255 or 78.92% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 3 (1.56% from 255 or 1.81% from 166); Max value from RGB is 131 - color contains mainly: red. Hex color #832003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832003 is #7CDFFC. Grayscale: #3A3A3A. Windows color (decimal): -8183805 or 204931. OLE color: 204931.

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

Color convert

RGB 131 32 3 -
CMYK 0 0.76 0.98 0.49
HSL 13.59º 0.96% 0.26% -
HSV(B) 13.59º 0.98% 0.51% -
XYZ 9.89 5.86 0.7 -
YUV 58.3 96.8 179.86 -
System Red Green Blue C M Y K H S L
Decimal 131 32 3 0 0.76 0.98 0.49 13.59 0.96 0.26
Hex 83 20 3 0 4C 62 31 E 60 1A
Octal 203 40 3 0 114 142 61 16 140 32
Binary 10000011 100000 11 0 1001100 1100010 110001 1110 1100000 11010

Color Harmonies of #832003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832003

Black with #832003

Text Example


Text Example

White with #832003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832003; }

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

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

background-color css

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

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

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

border-color css

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

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

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