Html Css Color HEX #83200F Falu Red

📋 copy color: '#83200F'

red 131 ◦ green 32 ◦ blue 15

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

Shades of Falu Red #83200F

Tints of Falu Red #83200F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.98%

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

R = 73.6%
G = 17.98%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#83200F (or 0x83200F) is known color: Falu Red. HEX triplet: 83, 20 and 0F. RGB value is (131,32,15). Sum of RGB (Red+Green+Blue) = 131+32+15=178 (23% of max value = 765). Red value is 131 (51.56% from 255 or 73.60% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 131 - color contains mainly: red. Hex color #83200F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83200F is #7CDFF0. Grayscale: #3B3B3B. Windows color (decimal): -8183793 or 991363. OLE color: 991363.

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

Color convert

RGB 131 32 15 -
CMYK 0 0.76 0.89 0.49
HSL 8.79º 0.79% 0.29% -
HSV(B) 8.79º 0.89% 0.51% -
XYZ 9.96 5.89 1.06 -
YUV 59.66 102.8 178.88 -
System Red Green Blue C M Y K H S L
Decimal 131 32 15 0 0.76 0.89 0.49 8.79 0.79 0.29
Hex 83 20 F 0 4C 59 31 9 4F 1D
Octal 203 40 17 0 114 131 61 11 117 35
Binary 10000011 100000 1111 0 1001100 1011001 110001 1001 1001111 11101

Color Harmonies of #83200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83200F

Black with #83200F

Text Example


Text Example

White with #83200F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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