Html Css Color HEX #821A0F Falu Red

📋 copy color: '#821A0F'

red 130 ◦ green 26 ◦ blue 15

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

Shades of Falu Red #821A0F

Tints of Falu Red #821A0F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.2%

 BLUE value IS 15 (6.25% from 255) = 8.77%

R = 76.02%
G = 15.2%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#821A0F (or 0x821A0F) is known color: Falu Red. HEX triplet: 82, 1A and 0F. RGB value is (130,26,15). Sum of RGB (Red+Green+Blue) = 130+26+15=171 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.02% from 171); Green value is 26 (10.55% from 255 or 15.20% from 171); Blue value is 15 (6.25% from 255 or 8.77% from 171); Max value from RGB is 130 - color contains mainly: red. Hex color #821A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821A0F is #7DE5F0. Grayscale: #373737. Windows color (decimal): -8250865 or 989826. OLE color: 989826.

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

Color convert

RGB 130 26 15 -
CMYK 0 0.8 0.88 0.49
HSL 5.74º 0.79% 0.28% -
HSV(B) 5.74º 0.88% 0.51% -
XYZ 9.66 5.52 1.01 -
YUV 55.84 104.96 180.89 -
System Red Green Blue C M Y K H S L
Decimal 130 26 15 0 0.8 0.88 0.49 5.74 0.79 0.28
Hex 82 1A F 0 50 58 31 6 4F 1C
Octal 202 32 17 0 120 130 61 6 117 34
Binary 10000010 11010 1111 0 1010000 1011000 110001 110 1001111 11100

Color Harmonies of #821A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821A0F

Black with #821A0F

Text Example


Text Example

White with #821A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,26,15); }

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

background-color css

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

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

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

border-color css

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

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

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