Html Css Color HEX #832300 Falu Red

📋 copy color: '#832300'

red 131 ◦ green 35 ◦ blue 0

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

Shades of Falu Red #832300

Tints of Falu Red #832300

RGB

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

 GREEN value IS 35 (14.06% from 255) = 21.08%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.92%
G = 21.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#832300 (or 0x832300) is known color: Falu Red. HEX triplet: 83, 23 and 00. RGB value is (131,35,0). Sum of RGB (Red+Green+Blue) = 131+35+0=166 (21% of max value = 765). Red value is 131 (51.56% from 255 or 78.92% from 166); Green value is 35 (14.06% from 255 or 21.08% from 166); Blue value is 0 (0.39% from 255 or 0% from 166); Max value from RGB is 131 - color contains mainly: red. Hex color #832300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832300 is #7CDCFF. Grayscale: #3B3B3B. Windows color (decimal): -8183040 or 9091. OLE color: 9091.

HSL color Cylindrical-coordinate representation of color #832300: hue angle of 16.03º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #832300 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 35 0 -
CMYK 0 0.73 1 0.49
HSL 16.03º 1% 0.26% -
HSV(B) 16.03º 1% 0.51% -
XYZ 9.96 6.03 0.64 -
YUV 59.71 94.3 178.85 -
System Red Green Blue C M Y K H S L
Decimal 131 35 0 0 0.73 1 0.49 16.03 1 0.26
Hex 83 23 0 0 49 64 31 10 64 1A
Octal 203 43 0 0 111 144 61 20 144 32
Binary 10000011 100011 0 0 1001001 1100100 110001 10000 1100100 11010

Color Harmonies of #832300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832300

Black with #832300

Text Example


Text Example

White with #832300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832300; }

 p { color: rgb(131,35,0); }

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

background-color css

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

 a { background-color: rgb(131,35,0); }

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

border-color css

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

 span { border-color: rgb(131,35,0); }

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