Html Css Color HEX #82270C Falu Red

📋 copy color: '#82270C'

red 130 ◦ green 39 ◦ blue 12

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

Shades of Falu Red #82270C

Tints of Falu Red #82270C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.55%

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

R = 71.82%
G = 21.55%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#82270C (or 0x82270C) is known color: Falu Red. HEX triplet: 82, 27 and 0C. RGB value is (130,39,12). Sum of RGB (Red+Green+Blue) = 130+39+12=181 (23% of max value = 765). Red value is 130 (51.17% from 255 or 71.82% from 181); Green value is 39 (15.62% from 255 or 21.55% from 181); Blue value is 12 (5.08% from 255 or 6.63% from 181); Max value from RGB is 130 - color contains mainly: red. Hex color #82270C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82270C is #7DD8F3. Grayscale: #3F3F3F. Windows color (decimal): -8247540 or 796546. OLE color: 796546.

HSL color Cylindrical-coordinate representation of color #82270C: hue angle of 13.73º 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 #82270C is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 39 12 -
CMYK 0 0.70 0.91 0.49
HSL 13.73º 0.83% 0.28% -
HSV(B) 13.73º 0.91% 0.51% -
XYZ 10 6.22 1.02 -
YUV 63.13 99.15 175.7 -
System Red Green Blue C M Y K H S L
Decimal 130 39 12 0 0.70 0.91 0.49 13.73 0.83 0.28
Hex 82 27 C 0 46 5B 31 E 53 1C
Octal 202 47 14 0 106 133 61 16 123 34
Binary 10000010 100111 1100 0 1000110 1011011 110001 1110 1010011 11100

Color Harmonies of #82270C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82270C

Black with #82270C

Text Example


Text Example

White with #82270C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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