Html Css Color HEX #83100F Falu Red

📋 copy color: '#83100F'

red 131 ◦ green 16 ◦ blue 15

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

Shades of Falu Red #83100F

Tints of Falu Red #83100F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.88%

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

R = 80.86%
G = 9.88%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#83100F (or 0x83100F) is known color: Falu Red. HEX triplet: 83, 10 and 0F. RGB value is (131,16,15). Sum of RGB (Red+Green+Blue) = 131+16+15=162 (21% of max value = 765). Red value is 131 (51.56% from 255 or 80.86% from 162); Green value is 16 (6.64% from 255 or 9.88% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 131 - color contains mainly: red. Hex color #83100F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83100F is #7CEFF0. Grayscale: #323232. Windows color (decimal): -8187889 or 987267. OLE color: 987267.

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

Color convert

RGB 131 16 15 -
CMYK 0 0.88 0.89 0.49
HSL 0.52º 0.79% 0.29% -
HSV(B) 0.52º 0.89% 0.51% -
XYZ 9.63 5.23 0.95 -
YUV 50.27 108.1 185.58 -
System Red Green Blue C M Y K H S L
Decimal 131 16 15 0 0.88 0.89 0.49 0.52 0.79 0.29
Hex 83 10 F 0 58 59 31 1 4F 1D
Octal 203 20 17 0 130 131 61 1 117 35
Binary 10000011 10000 1111 0 1011000 1011001 110001 1 1001111 11101

Color Harmonies of #83100F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83100F

Black with #83100F

Text Example


Text Example

White with #83100F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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