Html Css Color HEX #83210F Falu Red

📋 copy color: '#83210F'

red 131 ◦ green 33 ◦ blue 15

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

Shades of Falu Red #83210F

Tints of Falu Red #83210F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.44%

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

R = 73.18%
G = 18.44%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#83210F (or 0x83210F) is known color: Falu Red. HEX triplet: 83, 21 and 0F. RGB value is (131,33,15). Sum of RGB (Red+Green+Blue) = 131+33+15=179 (23% of max value = 765). Red value is 131 (51.56% from 255 or 73.18% from 179); Green value is 33 (13.28% from 255 or 18.44% from 179); Blue value is 15 (6.25% from 255 or 8.38% from 179); Max value from RGB is 131 - color contains mainly: red. Hex color #83210F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83210F is #7CDEF0. Grayscale: #3C3C3C. Windows color (decimal): -8183537 or 991619. OLE color: 991619.

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

Color convert

RGB 131 33 15 -
CMYK 0 0.75 0.89 0.49
HSL 9.31º 0.79% 0.29% -
HSV(B) 9.31º 0.89% 0.51% -
XYZ 9.99 5.95 1.07 -
YUV 60.25 102.47 178.46 -
System Red Green Blue C M Y K H S L
Decimal 131 33 15 0 0.75 0.89 0.49 9.31 0.79 0.29
Hex 83 21 F 0 4B 59 31 9 4F 1D
Octal 203 41 17 0 113 131 61 11 117 35
Binary 10000011 100001 1111 0 1001011 1011001 110001 1001 1001111 11101

Color Harmonies of #83210F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83210F

Black with #83210F

Text Example


Text Example

White with #83210F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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