Html Css Color HEX #84130C Falu Red

📋 copy color: '#84130C'

red 132 ◦ green 19 ◦ blue 12

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

Shades of Falu Red #84130C

Tints of Falu Red #84130C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.66%

 BLUE value IS 12 (5.08% from 255) = 7.36%

R = 80.98%
G = 11.66%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#84130C (or 0x84130C) is known color: Falu Red. HEX triplet: 84, 13 and 0C. RGB value is (132,19,12). Sum of RGB (Red+Green+Blue) = 132+19+12=163 (21% of max value = 765). Red value is 132 (51.95% from 255 or 80.98% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 132 - color contains mainly: red. Hex color #84130C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84130C is #7BECF3. Grayscale: #343434. Windows color (decimal): -8121588 or 791428. OLE color: 791428.

HSL color Cylindrical-coordinate representation of color #84130C: hue angle of 3.5º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #84130C is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 19 12 -
CMYK 0 0.86 0.91 0.48
HSL 3.5º 0.83% 0.28% -
HSV(B) 3.5º 0.91% 0.52% -
XYZ 9.81 5.4 0.87 -
YUV 51.99 105.44 185.07 -
System Red Green Blue C M Y K H S L
Decimal 132 19 12 0 0.86 0.91 0.48 3.5 0.83 0.28
Hex 84 13 C 0 56 5B 30 4 53 1C
Octal 204 23 14 0 126 133 60 4 123 34
Binary 10000100 10011 1100 0 1010110 1011011 110000 100 1010011 11100

Color Harmonies of #84130C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84130C

Black with #84130C

Text Example


Text Example

White with #84130C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84130C; }

 p { color: rgb(132,19,12); }

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

background-color css

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

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

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

border-color css

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

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

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