Html Css Color HEX #841818 Falu Red

📋 copy color: '#841818'

red 132 ◦ green 24 ◦ blue 24

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

Shades of Falu Red #841818

Tints of Falu Red #841818

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.33%

 BLUE value IS 24 (9.77% from 255) = 13.33%

R = 73.33%
G = 13.33%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#841818 (or 0x841818) is known color: Falu Red. HEX triplet: 84, 18 and 18. RGB value is (132,24,24). Sum of RGB (Red+Green+Blue) = 132+24+24=180 (23% of max value = 765). Red value is 132 (51.95% from 255 or 73.33% from 180); Green value is 24 (9.77% from 255 or 13.33% from 180); Blue value is 24 (9.77% from 255 or 13.33% from 180); Max value from RGB is 132 - color contains mainly: red. Hex color #841818 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841818 is #7BE7E7. Grayscale: #383838. Windows color (decimal): -8120296 or 1579140. OLE color: 1579140.

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

Color convert

RGB 132 24 24 -
CMYK 0 0.82 0.82 0.48
HSL 0.69% 0.31% -
HSV(B) 0.82% 0.52% -
XYZ 10.01 5.62 1.42 -
YUV 56.29 109.78 182 -
System Red Green Blue C M Y K H S L
Decimal 132 24 24 0 0.82 0.82 0.48 0 0.69 0.31
Hex 84 18 18 0 52 52 30 0 45 1F
Octal 204 30 30 0 122 122 60 0 105 37
Binary 10000100 11000 11000 0 1010010 1010010 110000 0 1000101 11111

Color Harmonies of #841818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841818

Black with #841818

Text Example


Text Example

White with #841818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841818; }

 p { color: rgb(132,24,24); }

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

background-color css

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

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

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

border-color css

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

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

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