Html Css Color HEX #841C01 Falu Red

📋 copy color: '#841C01'

red 132 ◦ green 28 ◦ blue 1

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

Shades of Falu Red #841C01

Tints of Falu Red #841C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.62%

R = 81.99%
G = 17.39%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#841C01 (or 0x841C01) is known color: Falu Red. HEX triplet: 84, 1C and 01. RGB value is (132,28,1). Sum of RGB (Red+Green+Blue) = 132+28+1=161 (21% of max value = 765). Red value is 132 (51.95% from 255 or 81.99% from 161); Green value is 28 (11.33% from 255 or 17.39% from 161); Blue value is 1 (0.78% from 255 or 0.62% from 161); Max value from RGB is 132 - color contains mainly: red. Hex color #841C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841C01 is #7BE3FE. Grayscale: #383838. Windows color (decimal): -8119295 or 72836. OLE color: 72836.

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

Color convert

RGB 132 28 1 -
CMYK 0 0.79 0.99 0.48
HSL 12.37º 0.98% 0.26% -
HSV(B) 12.37º 0.99% 0.52% -
XYZ 9.94 5.74 0.61 -
YUV 56.02 96.96 182.2 -
System Red Green Blue C M Y K H S L
Decimal 132 28 1 0 0.79 0.99 0.48 12.37 0.98 0.26
Hex 84 1C 1 0 4F 63 30 C 62 1A
Octal 204 34 1 0 117 143 60 14 142 32
Binary 10000100 11100 1 0 1001111 1100011 110000 1100 1100010 11010

Color Harmonies of #841C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841C01

Black with #841C01

Text Example


Text Example

White with #841C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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