Html Css Color HEX #821D0B Falu Red

📋 copy color: '#821D0B'

red 130 ◦ green 29 ◦ blue 11

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

Shades of Falu Red #821D0B

Tints of Falu Red #821D0B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.06%

 BLUE value IS 11 (4.69% from 255) = 6.47%

R = 76.47%
G = 17.06%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#821D0B (or 0x821D0B) is known color: Falu Red. HEX triplet: 82, 1D and 0B. RGB value is (130,29,11). Sum of RGB (Red+Green+Blue) = 130+29+11=170 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.47% from 170); Green value is 29 (11.72% from 255 or 17.06% from 170); Blue value is 11 (4.69% from 255 or 6.47% from 170); Max value from RGB is 130 - color contains mainly: red. Hex color #821D0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821D0B is #7DE2F4. Grayscale: #393939. Windows color (decimal): -8250101 or 728450. OLE color: 728450.

HSL color Cylindrical-coordinate representation of color #821D0B: hue angle of 9.08º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #821D0B is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 29 11 -
CMYK 0 0.78 0.92 0.49
HSL 9.08º 0.84% 0.28% -
HSV(B) 9.08º 0.92% 0.51% -
XYZ 9.71 5.65 0.9 -
YUV 57.15 101.96 179.96 -
System Red Green Blue C M Y K H S L
Decimal 130 29 11 0 0.78 0.92 0.49 9.08 0.84 0.28
Hex 82 1D B 0 4E 5C 31 9 54 1C
Octal 202 35 13 0 116 134 61 11 124 34
Binary 10000010 11101 1011 0 1001110 1011100 110001 1001 1010100 11100

Color Harmonies of #821D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821D0B

Black with #821D0B

Text Example


Text Example

White with #821D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821D0B; }

 p { color: rgb(130,29,11); }

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

background-color css

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

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

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

border-color css

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

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

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