Html Css Color HEX #841C02 Falu Red

📋 copy color: '#841C02'

red 132 ◦ green 28 ◦ blue 2

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

Shades of Falu Red #841C02

Tints of Falu Red #841C02

RGB

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

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

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

R = 81.48%
G = 17.28%
B = 1.23%

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

#841C02 (or 0x841C02) is known color: Falu Red. HEX triplet: 84, 1C and 02. RGB value is (132,28,2). Sum of RGB (Red+Green+Blue) = 132+28+2=162 (21% of max value = 765). Red value is 132 (51.95% from 255 or 81.48% from 162); Green value is 28 (11.33% from 255 or 17.28% from 162); Blue value is 2 (1.17% from 255 or 1.23% from 162); Max value from RGB is 132 - color contains mainly: red. Hex color #841C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841C02 is #7BE3FD. Grayscale: #383838. Windows color (decimal): -8119294 or 138372. OLE color: 138372.

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

Color convert

RGB 132 28 2 -
CMYK 0 0.79 0.98 0.48
HSL 12º 0.97% 0.26% -
HSV(B) 12º 0.98% 0.52% -
XYZ 9.94 5.74 0.64 -
YUV 56.13 97.46 182.11 -
System Red Green Blue C M Y K H S L
Decimal 132 28 2 0 0.79 0.98 0.48 12 0.97 0.26
Hex 84 1C 2 0 4F 62 30 C 61 1A
Octal 204 34 2 0 117 142 60 14 141 32
Binary 10000100 11100 10 0 1001111 1100010 110000 1100 1100001 11010

Color Harmonies of #841C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841C02

Black with #841C02

Text Example


Text Example

White with #841C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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