Html Css Color HEX #82280A Falu Red

📋 copy color: '#82280A'

red 130 ◦ green 40 ◦ blue 10

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

Shades of Falu Red #82280A

Tints of Falu Red #82280A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.56%

R = 72.22%
G = 22.22%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#82280A (or 0x82280A) is known color: Falu Red. HEX triplet: 82, 28 and 0A. RGB value is (130,40,10). Sum of RGB (Red+Green+Blue) = 130+40+10=180 (23% of max value = 765). Red value is 130 (51.17% from 255 or 72.22% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 10 (4.30% from 255 or 5.56% from 180); Max value from RGB is 130 - color contains mainly: red. Hex color #82280A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82280A is #7DD7F5. Grayscale: #3F3F3F. Windows color (decimal): -8247286 or 665730. OLE color: 665730.

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

Color convert

RGB 130 40 10 -
CMYK 0 0.69 0.92 0.49
HSL 15º 0.86% 0.27% -
HSV(B) 15º 0.92% 0.51% -
XYZ 10.02 6.29 0.97 -
YUV 63.49 97.82 175.44 -
System Red Green Blue C M Y K H S L
Decimal 130 40 10 0 0.69 0.92 0.49 15 0.86 0.27
Hex 82 28 A 0 45 5C 31 F 56 1B
Octal 202 50 12 0 105 134 61 17 126 33
Binary 10000010 101000 1010 0 1000101 1011100 110001 1111 1010110 11011

Color Harmonies of #82280A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82280A

Black with #82280A

Text Example


Text Example

White with #82280A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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