Html Css Color HEX #841C03 Falu Red

📋 copy color: '#841C03'

red 132 ◦ green 28 ◦ blue 3

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

Shades of Falu Red #841C03

Tints of Falu Red #841C03

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.18%

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

R = 80.98%
G = 17.18%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#841C03 (or 0x841C03) is known color: Falu Red. HEX triplet: 84, 1C and 03. RGB value is (132,28,3). Sum of RGB (Red+Green+Blue) = 132+28+3=163 (21% of max value = 765). Red value is 132 (51.95% from 255 or 80.98% from 163); Green value is 28 (11.33% from 255 or 17.18% from 163); Blue value is 3 (1.56% from 255 or 1.84% from 163); Max value from RGB is 132 - color contains mainly: red. Hex color #841C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841C03 is #7BE3FC. Grayscale: #383838. Windows color (decimal): -8119293 or 203908. OLE color: 203908.

HSL color Cylindrical-coordinate representation of color #841C03: hue angle of 11.63º 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 #841C03 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 28 3 -
CMYK 0 0.79 0.98 0.48
HSL 11.63º 0.96% 0.26% -
HSV(B) 11.63º 0.98% 0.52% -
XYZ 9.95 5.74 0.67 -
YUV 56.25 97.96 182.03 -
System Red Green Blue C M Y K H S L
Decimal 132 28 3 0 0.79 0.98 0.48 11.63 0.96 0.26
Hex 84 1C 3 0 4F 62 30 C 60 1A
Octal 204 34 3 0 117 142 60 14 140 32
Binary 10000100 11100 11 0 1001111 1100010 110000 1100 1100000 11010

Color Harmonies of #841C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841C03

Black with #841C03

Text Example


Text Example

White with #841C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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