Html Css Color HEX #841902 Falu Red

📋 copy color: '#841902'

red 132 ◦ green 25 ◦ blue 2

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

Shades of Falu Red #841902

Tints of Falu Red #841902

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.72%

 BLUE value IS 2 (1.17% from 255) = 1.26%

R = 83.02%
G = 15.72%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#841902 (or 0x841902) is known color: Falu Red. HEX triplet: 84, 19 and 02. RGB value is (132,25,2). Sum of RGB (Red+Green+Blue) = 132+25+2=159 (21% of max value = 765). Red value is 132 (51.95% from 255 or 83.02% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 132 - color contains mainly: red. Hex color #841902 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841902 is #7BE6FD. Grayscale: #363636. Windows color (decimal): -8120062 or 137604. OLE color: 137604.

HSL color Cylindrical-coordinate representation of color #841902: hue angle of 10.62º degrees, saturation: 0.97, 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 #841902 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 25 2 -
CMYK 0 0.81 0.98 0.48
HSL 10.62º 0.97% 0.26% -
HSV(B) 10.62º 0.98% 0.52% -
XYZ 9.87 5.61 0.62 -
YUV 54.37 98.45 183.37 -
System Red Green Blue C M Y K H S L
Decimal 132 25 2 0 0.81 0.98 0.48 10.62 0.97 0.26
Hex 84 19 2 0 51 62 30 B 61 1A
Octal 204 31 2 0 121 142 60 13 141 32
Binary 10000100 11001 10 0 1010001 1100010 110000 1011 1100001 11010

Color Harmonies of #841902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841902

Black with #841902

Text Example


Text Example

White with #841902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841902; }

 p { color: rgb(132,25,2); }

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

background-color css

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

 a { background-color: rgb(132,25,2); }

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

border-color css

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

 span { border-color: rgb(132,25,2); }

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