Html Css Color HEX #82240F Falu Red

📋 copy color: '#82240F'

red 130 ◦ green 36 ◦ blue 15

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

Shades of Falu Red #82240F

Tints of Falu Red #82240F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.89%

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

R = 71.82%
G = 19.89%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#82240F (or 0x82240F) is known color: Falu Red. HEX triplet: 82, 24 and 0F. RGB value is (130,36,15). Sum of RGB (Red+Green+Blue) = 130+36+15=181 (23% of max value = 765). Red value is 130 (51.17% from 255 or 71.82% from 181); Green value is 36 (14.45% from 255 or 19.89% from 181); Blue value is 15 (6.25% from 255 or 8.29% from 181); Max value from RGB is 130 - color contains mainly: red. Hex color #82240F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82240F is #7DDBF0. Grayscale: #3D3D3D. Windows color (decimal): -8248305 or 992386. OLE color: 992386.

HSL color Cylindrical-coordinate representation of color #82240F: hue angle of 10.96º 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 #82240F is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 36 15 -
CMYK 0 0.72 0.88 0.49
HSL 10.96º 0.79% 0.28% -
HSV(B) 10.96º 0.88% 0.51% -
XYZ 9.92 6.04 1.1 -
YUV 61.71 101.64 176.71 -
System Red Green Blue C M Y K H S L
Decimal 130 36 15 0 0.72 0.88 0.49 10.96 0.79 0.28
Hex 82 24 F 0 48 58 31 B 4F 1C
Octal 202 44 17 0 110 130 61 13 117 34
Binary 10000010 100100 1111 0 1001000 1011000 110001 1011 1001111 11100

Color Harmonies of #82240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82240F

Black with #82240F

Text Example


Text Example

White with #82240F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82240F; }

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

 H1.HeaderClassName
 {
   color: #82240F;
 }
 .AnyTagClassName
 {
   color: #82240F;
 }
</style>

background-color css

<style>
 a { background-color: #82240F; }

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

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

border-color css

<style>
 span { border-color: #82240F; }

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

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