Html Css Color HEX #82250E Falu Red

📋 copy color: '#82250E'

red 130 ◦ green 37 ◦ blue 14

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

Shades of Falu Red #82250E

Tints of Falu Red #82250E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.44%

 BLUE value IS 14 (5.86% from 255) = 7.73%

R = 71.82%
G = 20.44%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#82250E (or 0x82250E) is known color: Falu Red. HEX triplet: 82, 25 and 0E. RGB value is (130,37,14). Sum of RGB (Red+Green+Blue) = 130+37+14=181 (23% of max value = 765). Red value is 130 (51.17% from 255 or 71.82% from 181); Green value is 37 (14.84% from 255 or 20.44% from 181); Blue value is 14 (5.86% from 255 or 7.73% from 181); Max value from RGB is 130 - color contains mainly: red. Hex color #82250E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82250E is #7DDAF1. Grayscale: #3E3E3E. Windows color (decimal): -8248050 or 927106. OLE color: 927106.

HSL color Cylindrical-coordinate representation of color #82250E: hue angle of 11.9º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #82250E is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 37 14 -
CMYK 0 0.72 0.89 0.49
HSL 11.9º 0.81% 0.28% -
HSV(B) 11.9º 0.89% 0.51% -
XYZ 9.95 6.1 1.07 -
YUV 62.19 100.81 176.37 -
System Red Green Blue C M Y K H S L
Decimal 130 37 14 0 0.72 0.89 0.49 11.9 0.81 0.28
Hex 82 25 E 0 48 59 31 C 51 1C
Octal 202 45 16 0 110 131 61 14 121 34
Binary 10000010 100101 1110 0 1001000 1011001 110001 1100 1010001 11100

Color Harmonies of #82250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82250E

Black with #82250E

Text Example


Text Example

White with #82250E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82250E; }

 p { color: rgb(130,37,14); }

 H1.HeaderClassName
 {
   color: #82250E;
 }
 .AnyTagClassName
 {
   color: #82250E;
 }
</style>

background-color css

<style>
 a { background-color: #82250E; }

 a { background-color: rgb(130,37,14); }

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

border-color css

<style>
 span { border-color: #82250E; }

 span { border-color: rgb(130,37,14); }

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