Html Css Color HEX #82240C Falu Red

📋 copy color: '#82240C'

red 130 ◦ green 36 ◦ blue 12

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

Shades of Falu Red #82240C

Tints of Falu Red #82240C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.74%

R = 73.03%
G = 20.22%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#82240C (or 0x82240C) is known color: Falu Red. HEX triplet: 82, 24 and 0C. RGB value is (130,36,12). Sum of RGB (Red+Green+Blue) = 130+36+12=178 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.03% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 130 - color contains mainly: red. Hex color #82240C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82240C is #7DDBF3. Grayscale: #3D3D3D. Windows color (decimal): -8248308 or 795778. OLE color: 795778.

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

Color convert

RGB 130 36 12 -
CMYK 0 0.72 0.91 0.49
HSL 12.2º 0.83% 0.28% -
HSV(B) 12.2º 0.91% 0.51% -
XYZ 9.9 6.03 0.99 -
YUV 61.37 100.14 176.95 -
System Red Green Blue C M Y K H S L
Decimal 130 36 12 0 0.72 0.91 0.49 12.2 0.83 0.28
Hex 82 24 C 0 48 5B 31 C 53 1C
Octal 202 44 14 0 110 133 61 14 123 34
Binary 10000010 100100 1100 0 1001000 1011011 110001 1100 1010011 11100

Color Harmonies of #82240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82240C

Black with #82240C

Text Example


Text Example

White with #82240C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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