Html Css Color HEX #82280D Falu Red

📋 copy color: '#82280D'

red 130 ◦ green 40 ◦ blue 13

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

Shades of Falu Red #82280D

Tints of Falu Red #82280D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.86%

 BLUE value IS 13 (5.47% from 255) = 7.1%

R = 71.04%
G = 21.86%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.9

 K value IS 0.49

RGB Variations

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

Color information

#82280D (or 0x82280D) is known color: Falu Red. HEX triplet: 82, 28 and 0D. RGB value is (130,40,13). Sum of RGB (Red+Green+Blue) = 130+40+13=183 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.04% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 13 (5.47% from 255 or 7.10% from 183); Max value from RGB is 130 - color contains mainly: red. Hex color #82280D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82280D is #7DD7F2. Grayscale: #404040. Windows color (decimal): -8247283 or 862338. OLE color: 862338.

HSL color Cylindrical-coordinate representation of color #82280D: hue angle of 13.85º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #82280D is Cyan = 0, Magento = 0.69, Yellow = 0.9 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 40 13 -
CMYK 0 0.69 0.9 0.49
HSL 13.85º 0.82% 0.28% -
HSV(B) 13.85º 0.9% 0.51% -
XYZ 10.04 6.29 1.07 -
YUV 63.83 99.32 175.2 -
System Red Green Blue C M Y K H S L
Decimal 130 40 13 0 0.69 0.9 0.49 13.85 0.82 0.28
Hex 82 28 D 0 45 5A 31 E 52 1C
Octal 202 50 15 0 105 132 61 16 122 34
Binary 10000010 101000 1101 0 1000101 1011010 110001 1110 1010010 11100

Color Harmonies of #82280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82280D

Black with #82280D

Text Example


Text Example

White with #82280D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82280D; }

 p { color: rgb(130,40,13); }

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

background-color css

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

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

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

border-color css

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

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

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