Html Css Color HEX #821212 Falu Red

📋 copy color: '#821212'

red 130 ◦ green 18 ◦ blue 18

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

Shades of Falu Red #821212

Tints of Falu Red #821212

RGB

 RED value IS 130 (51.17% from 255) = 78.31%

 GREEN value IS 18 (7.42% from 255) = 10.84%

 BLUE value IS 18 (7.42% from 255) = 10.84%

R = 78.31%
G = 10.84%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#821212 (or 0x821212) is known color: Falu Red. HEX triplet: 82, 12 and 12. RGB value is (130,18,18). Sum of RGB (Red+Green+Blue) = 130+18+18=166 (21% of max value = 765). Red value is 130 (51.17% from 255 or 78.31% from 166); Green value is 18 (7.42% from 255 or 10.84% from 166); Blue value is 18 (7.42% from 255 or 10.84% from 166); Max value from RGB is 130 - color contains mainly: red. Hex color #821212 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821212 is #7DEDED. Grayscale: #333333. Windows color (decimal): -8252910 or 1184386. OLE color: 1184386.

HSL color Cylindrical-coordinate representation of color #821212: hue angle of 0º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #821212 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 18 18 -
CMYK 0 0.86 0.86 0.49
HSL 0.76% 0.29% -
HSV(B) 0.86% 0.51% -
XYZ 9.53 5.22 1.08 -
YUV 51.49 109.11 184 -
System Red Green Blue C M Y K H S L
Decimal 130 18 18 0 0.86 0.86 0.49 0 0.76 0.29
Hex 82 12 12 0 56 56 31 0 4C 1D
Octal 202 22 22 0 126 126 61 0 114 35
Binary 10000010 10010 10010 0 1010110 1010110 110001 0 1001100 11101

Color Harmonies of #821212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821212

Black with #821212

Text Example


Text Example

White with #821212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821212; }

 p { color: rgb(130,18,18); }

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

background-color css

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

 a { background-color: rgb(130,18,18); }

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

border-color css

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

 span { border-color: rgb(130,18,18); }

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