Html Css Color HEX #842003 Falu Red

📋 copy color: '#842003'

red 132 ◦ green 32 ◦ blue 3

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

Shades of Falu Red #842003

Tints of Falu Red #842003

RGB

 RED value IS 132 (51.95% from 255) = 79.04%

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

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

R = 79.04%
G = 19.16%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#842003 (or 0x842003) is known color: Falu Red. HEX triplet: 84, 20 and 03. RGB value is (132,32,3). Sum of RGB (Red+Green+Blue) = 132+32+3=167 (22% of max value = 765). Red value is 132 (51.95% from 255 or 79.04% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 3 (1.56% from 255 or 1.80% from 167); Max value from RGB is 132 - color contains mainly: red. Hex color #842003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842003 is #7BDFFC. Grayscale: #3A3A3A. Windows color (decimal): -8118269 or 204932. OLE color: 204932.

HSL color Cylindrical-coordinate representation of color #842003: hue angle of 13.49º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #842003 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 32 3 -
CMYK 0 0.76 0.98 0.48
HSL 13.49º 0.96% 0.26% -
HSV(B) 13.49º 0.98% 0.52% -
XYZ 10.05 5.95 0.7 -
YUV 58.59 96.63 180.36 -
System Red Green Blue C M Y K H S L
Decimal 132 32 3 0 0.76 0.98 0.48 13.49 0.96 0.26
Hex 84 20 3 0 4C 62 30 D 60 1A
Octal 204 40 3 0 114 142 60 15 140 32
Binary 10000100 100000 11 0 1001100 1100010 110000 1101 1100000 11010

Color Harmonies of #842003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842003

Black with #842003

Text Example


Text Example

White with #842003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842003; }

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

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

background-color css

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

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

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

border-color css

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

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

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