Html Css Color HEX #83180F Falu Red

📋 copy color: '#83180F'

red 131 ◦ green 24 ◦ blue 15

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

Shades of Falu Red #83180F

Tints of Falu Red #83180F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.12%

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

R = 77.06%
G = 14.12%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#83180F (or 0x83180F) is known color: Falu Red. HEX triplet: 83, 18 and 0F. RGB value is (131,24,15). Sum of RGB (Red+Green+Blue) = 131+24+15=170 (22% of max value = 765). Red value is 131 (51.56% from 255 or 77.06% from 170); Green value is 24 (9.77% from 255 or 14.12% from 170); Blue value is 15 (6.25% from 255 or 8.82% from 170); Max value from RGB is 131 - color contains mainly: red. Hex color #83180F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83180F is #7CE7F0. Grayscale: #373737. Windows color (decimal): -8185841 or 989315. OLE color: 989315.

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

Color convert

RGB 131 24 15 -
CMYK 0 0.82 0.89 0.49
HSL 4.66º 0.79% 0.29% -
HSV(B) 4.66º 0.89% 0.51% -
XYZ 9.77 5.51 1 -
YUV 54.97 105.45 182.23 -
System Red Green Blue C M Y K H S L
Decimal 131 24 15 0 0.82 0.89 0.49 4.66 0.79 0.29
Hex 83 18 F 0 52 59 31 5 4F 1D
Octal 203 30 17 0 122 131 61 5 117 35
Binary 10000011 11000 1111 0 1010010 1011001 110001 101 1001111 11101

Color Harmonies of #83180F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83180F

Black with #83180F

Text Example


Text Example

White with #83180F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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