Html Css Color HEX #83210C Falu Red

📋 copy color: '#83210C'

red 131 ◦ green 33 ◦ blue 12

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

Shades of Falu Red #83210C

Tints of Falu Red #83210C

RGB

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

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

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

R = 74.43%
G = 18.75%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#83210C (or 0x83210C) is known color: Falu Red. HEX triplet: 83, 21 and 0C. RGB value is (131,33,12). Sum of RGB (Red+Green+Blue) = 131+33+12=176 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.43% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 12 (5.08% from 255 or 6.82% from 176); Max value from RGB is 131 - color contains mainly: red. Hex color #83210C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83210C is #7CDEF3. Grayscale: #3C3C3C. Windows color (decimal): -8183540 or 795011. OLE color: 795011.

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

Color convert

RGB 131 33 12 -
CMYK 0 0.75 0.91 0.49
HSL 10.59º 0.83% 0.28% -
HSV(B) 10.59º 0.91% 0.51% -
XYZ 9.97 5.94 0.97 -
YUV 59.91 100.97 178.71 -
System Red Green Blue C M Y K H S L
Decimal 131 33 12 0 0.75 0.91 0.49 10.59 0.83 0.28
Hex 83 21 C 0 4B 5B 31 B 53 1C
Octal 203 41 14 0 113 133 61 13 123 34
Binary 10000011 100001 1100 0 1001011 1011011 110001 1011 1010011 11100

Color Harmonies of #83210C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83210C

Black with #83210C

Text Example


Text Example

White with #83210C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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