Html Css Color HEX #83190C Falu Red

📋 copy color: '#83190C'

red 131 ◦ green 25 ◦ blue 12

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

Shades of Falu Red #83190C

Tints of Falu Red #83190C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.88%

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

R = 77.98%
G = 14.88%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#83190C (or 0x83190C) is known color: Falu Red. HEX triplet: 83, 19 and 0C. RGB value is (131,25,12). Sum of RGB (Red+Green+Blue) = 131+25+12=168 (22% of max value = 765). Red value is 131 (51.56% from 255 or 77.98% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 12 (5.08% from 255 or 7.14% from 168); Max value from RGB is 131 - color contains mainly: red. Hex color #83190C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83190C is #7CE6F3. Grayscale: #373737. Windows color (decimal): -8185588 or 792963. OLE color: 792963.

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

Color convert

RGB 131 25 12 -
CMYK 0 0.81 0.91 0.49
HSL 6.55º 0.83% 0.28% -
HSV(B) 6.55º 0.91% 0.51% -
XYZ 9.77 5.55 0.9 -
YUV 55.21 103.62 182.06 -
System Red Green Blue C M Y K H S L
Decimal 131 25 12 0 0.81 0.91 0.49 6.55 0.83 0.28
Hex 83 19 C 0 51 5B 31 7 53 1C
Octal 203 31 14 0 121 133 61 7 123 34
Binary 10000011 11001 1100 0 1010001 1011011 110001 111 1010011 11100

Color Harmonies of #83190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83190C

Black with #83190C

Text Example


Text Example

White with #83190C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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