Html Css Color HEX #83120F Falu Red

📋 copy color: '#83120F'

red 131 ◦ green 18 ◦ blue 15

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

Shades of Falu Red #83120F

Tints of Falu Red #83120F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.98%

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

R = 79.88%
G = 10.98%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#83120F (or 0x83120F) is known color: Falu Red. HEX triplet: 83, 12 and 0F. RGB value is (131,18,15). Sum of RGB (Red+Green+Blue) = 131+18+15=164 (21% of max value = 765). Red value is 131 (51.56% from 255 or 79.88% from 164); Green value is 18 (7.42% from 255 or 10.98% from 164); Blue value is 15 (6.25% from 255 or 9.15% from 164); Max value from RGB is 131 - color contains mainly: red. Hex color #83120F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83120F is #7CEDF0. Grayscale: #333333. Windows color (decimal): -8187377 or 987779. OLE color: 987779.

HSL color Cylindrical-coordinate representation of color #83120F: hue angle of 1.55º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #83120F is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 18 15 -
CMYK 0 0.86 0.89 0.49
HSL 1.55º 0.79% 0.29% -
HSV(B) 1.55º 0.89% 0.51% -
XYZ 9.66 5.29 0.96 -
YUV 51.45 107.44 184.74 -
System Red Green Blue C M Y K H S L
Decimal 131 18 15 0 0.86 0.89 0.49 1.55 0.79 0.29
Hex 83 12 F 0 56 59 31 2 4F 1D
Octal 203 22 17 0 126 131 61 2 117 35
Binary 10000011 10010 1111 0 1010110 1011001 110001 10 1001111 11101

Color Harmonies of #83120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83120F

Black with #83120F

Text Example


Text Example

White with #83120F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,18,15); }

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

background-color css

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

 a { background-color: rgb(131,18,15); }

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

border-color css

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

 span { border-color: rgb(131,18,15); }

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