Html Css Color HEX #821B00 Falu Red

📋 copy color: '#821B00'

red 130 ◦ green 27 ◦ blue 0

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

Shades of Falu Red #821B00

Tints of Falu Red #821B00

RGB

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

 GREEN value IS 27 (10.94% from 255) = 17.2%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.8%
G = 17.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#821B00 (or 0x821B00) is known color: Falu Red. HEX triplet: 82, 1B and 00. RGB value is (130,27,0). Sum of RGB (Red+Green+Blue) = 130+27+0=157 (20% of max value = 765). Red value is 130 (51.17% from 255 or 82.80% from 157); Green value is 27 (10.94% from 255 or 17.20% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 130 - color contains mainly: red. Hex color #821B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821B00 is #7DE4FF. Grayscale: #363636. Windows color (decimal): -8250624 or 7042. OLE color: 7042.

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

Color convert

RGB 130 27 0 -
CMYK 0 0.79 1 0.49
HSL 12.46º 1% 0.25% -
HSV(B) 12.46º 1% 0.51% -
XYZ 9.6 5.53 0.56 -
YUV 54.72 97.12 181.7 -
System Red Green Blue C M Y K H S L
Decimal 130 27 0 0 0.79 1 0.49 12.46 1 0.25
Hex 82 1B 0 0 4F 64 31 C 64 19
Octal 202 33 0 0 117 144 61 14 144 31
Binary 10000010 11011 0 0 1001111 1100100 110001 1100 1100100 11001

Color Harmonies of #821B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821B00

Black with #821B00

Text Example


Text Example

White with #821B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,27,0); }

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

background-color css

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

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

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

border-color css

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

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

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