Html Css Color HEX #831717 Falu Red

📋 copy color: '#831717'

red 131 ◦ green 23 ◦ blue 23

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

Shades of Falu Red #831717

Tints of Falu Red #831717

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.99%

 BLUE value IS 23 (9.38% from 255) = 12.99%

R = 74.01%
G = 12.99%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#831717 (or 0x831717) is known color: Falu Red. HEX triplet: 83, 17 and 17. RGB value is (131,23,23). Sum of RGB (Red+Green+Blue) = 131+23+23=177 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.01% from 177); Green value is 23 (9.38% from 255 or 12.99% from 177); Blue value is 23 (9.38% from 255 or 12.99% from 177); Max value from RGB is 131 - color contains mainly: red. Hex color #831717 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831717 is #7CE8E8. Grayscale: #373737. Windows color (decimal): -8186089 or 1513347. OLE color: 1513347.

HSL color Cylindrical-coordinate representation of color #831717: hue angle of 0º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #831717 is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 23 23 -
CMYK 0 0.82 0.82 0.49
HSL 0.7% 0.3% -
HSV(B) 0.82% 0.51% -
XYZ 9.82 5.5 1.35 -
YUV 55.29 109.78 182 -
System Red Green Blue C M Y K H S L
Decimal 131 23 23 0 0.82 0.82 0.49 0 0.7 0.3
Hex 83 17 17 0 52 52 31 0 46 1E
Octal 203 27 27 0 122 122 61 0 106 36
Binary 10000011 10111 10111 0 1010010 1010010 110001 0 1000110 11110

Color Harmonies of #831717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831717

Black with #831717

Text Example


Text Example

White with #831717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831717; }

 p { color: rgb(131,23,23); }

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

background-color css

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

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

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

border-color css

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

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

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