Html Css Color HEX #83240C Falu Red

📋 copy color: '#83240C'

red 131 ◦ green 36 ◦ blue 12

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

Shades of Falu Red #83240C

Tints of Falu Red #83240C

RGB

 RED value IS 131 (51.56% from 255) = 73.18%

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

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

R = 73.18%
G = 20.11%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#83240C (or 0x83240C) is known color: Falu Red. HEX triplet: 83, 24 and 0C. RGB value is (131,36,12). Sum of RGB (Red+Green+Blue) = 131+36+12=179 (23% of max value = 765). Red value is 131 (51.56% from 255 or 73.18% from 179); Green value is 36 (14.45% from 255 or 20.11% from 179); Blue value is 12 (5.08% from 255 or 6.70% from 179); Max value from RGB is 131 - color contains mainly: red. Hex color #83240C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83240C is #7CDBF3. Grayscale: #3D3D3D. Windows color (decimal): -8182772 or 795779. OLE color: 795779.

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

Color convert

RGB 131 36 12 -
CMYK 0 0.73 0.91 0.49
HSL 12.1º 0.83% 0.28% -
HSV(B) 12.1º 0.91% 0.51% -
XYZ 10.06 6.11 1 -
YUV 61.67 99.97 177.45 -
System Red Green Blue C M Y K H S L
Decimal 131 36 12 0 0.73 0.91 0.49 12.1 0.83 0.28
Hex 83 24 C 0 49 5B 31 C 53 1C
Octal 203 44 14 0 111 133 61 14 123 34
Binary 10000011 100100 1100 0 1001001 1011011 110001 1100 1010011 11100

Color Harmonies of #83240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83240C

Black with #83240C

Text Example


Text Example

White with #83240C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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