Html Css Color HEX #832500 Falu Red

📋 copy color: '#832500'

red 131 ◦ green 37 ◦ blue 0

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

Shades of Falu Red #832500

Tints of Falu Red #832500

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.02%

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

R = 77.98%
G = 22.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#832500 (or 0x832500) is known color: Falu Red. HEX triplet: 83, 25 and 00. RGB value is (131,37,0). Sum of RGB (Red+Green+Blue) = 131+37+0=168 (22% of max value = 765). Red value is 131 (51.56% from 255 or 77.98% from 168); Green value is 37 (14.84% from 255 or 22.02% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 131 - color contains mainly: red. Hex color #832500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832500 is #7CDAFF. Grayscale: #3D3D3D. Windows color (decimal): -8182528 or 9603. OLE color: 9603.

HSL color Cylindrical-coordinate representation of color #832500: hue angle of 16.95º 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 #832500 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 37 0 -
CMYK 0 0.72 1 0.49
HSL 16.95º 1% 0.26% -
HSV(B) 16.95º 1% 0.51% -
XYZ 10.02 6.15 0.66 -
YUV 60.89 93.64 178.01 -
System Red Green Blue C M Y K H S L
Decimal 131 37 0 0 0.72 1 0.49 16.95 1 0.26
Hex 83 25 0 0 48 64 31 11 64 1A
Octal 203 45 0 0 110 144 61 21 144 32
Binary 10000011 100101 0 0 1001000 1100100 110001 10001 1100100 11010

Color Harmonies of #832500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832500

Black with #832500

Text Example


Text Example

White with #832500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832500; }

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

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

background-color css

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

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

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

border-color css

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

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

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