Html Css Color HEX #832007 Falu Red

📋 copy color: '#832007'

red 131 ◦ green 32 ◦ blue 7

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

Shades of Falu Red #832007

Tints of Falu Red #832007

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.82%

 BLUE value IS 7 (3.13% from 255) = 4.12%

R = 77.06%
G = 18.82%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#832007 (or 0x832007) is known color: Falu Red. HEX triplet: 83, 20 and 07. RGB value is (131,32,7). Sum of RGB (Red+Green+Blue) = 131+32+7=170 (22% of max value = 765). Red value is 131 (51.56% from 255 or 77.06% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 7 (3.12% from 255 or 4.12% from 170); Max value from RGB is 131 - color contains mainly: red. Hex color #832007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832007 is #7CDFF8. Grayscale: #3A3A3A. Windows color (decimal): -8183801 or 467075. OLE color: 467075.

HSL color Cylindrical-coordinate representation of color #832007: hue angle of 12.1º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #832007 is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 32 7 -
CMYK 0 0.76 0.95 0.49
HSL 12.1º 0.9% 0.27% -
HSV(B) 12.1º 0.95% 0.51% -
XYZ 9.91 5.87 0.81 -
YUV 58.75 98.8 179.53 -
System Red Green Blue C M Y K H S L
Decimal 131 32 7 0 0.76 0.95 0.49 12.1 0.9 0.27
Hex 83 20 7 0 4C 5F 31 C 5A 1B
Octal 203 40 7 0 114 137 61 14 132 33
Binary 10000011 100000 111 0 1001100 1011111 110001 1100 1011010 11011

Color Harmonies of #832007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832007

Black with #832007

Text Example


Text Example

White with #832007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832007; }

 p { color: rgb(131,32,7); }

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

background-color css

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

 a { background-color: rgb(131,32,7); }

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

border-color css

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

 span { border-color: rgb(131,32,7); }

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