Html Css Color HEX #83280B Falu Red

📋 copy color: '#83280B'

red 131 ◦ green 40 ◦ blue 11

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

Shades of Falu Red #83280B

Tints of Falu Red #83280B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.98%

 BLUE value IS 11 (4.69% from 255) = 6.04%

R = 71.98%
G = 21.98%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#83280B (or 0x83280B) is known color: Falu Red. HEX triplet: 83, 28 and 0B. RGB value is (131,40,11). Sum of RGB (Red+Green+Blue) = 131+40+11=182 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.98% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 11 (4.69% from 255 or 6.04% from 182); Max value from RGB is 131 - color contains mainly: red. Hex color #83280B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83280B is #7CD7F4. Grayscale: #404040. Windows color (decimal): -8181749 or 731267. OLE color: 731267.

HSL color Cylindrical-coordinate representation of color #83280B: hue angle of 14.5º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #83280B is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 40 11 -
CMYK 0 0.69 0.92 0.49
HSL 14.5º 0.85% 0.28% -
HSV(B) 14.5º 0.92% 0.51% -
XYZ 10.18 6.37 1.01 -
YUV 63.9 98.15 175.86 -
System Red Green Blue C M Y K H S L
Decimal 131 40 11 0 0.69 0.92 0.49 14.5 0.85 0.28
Hex 83 28 B 0 45 5C 31 E 55 1C
Octal 203 50 13 0 105 134 61 16 125 34
Binary 10000011 101000 1011 0 1000101 1011100 110001 1110 1010101 11100

Color Harmonies of #83280B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83280B

Black with #83280B

Text Example


Text Example

White with #83280B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83280B; }

 p { color: rgb(131,40,11); }

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

background-color css

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

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

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

border-color css

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

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

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