Html Css Color HEX #831B07 Falu Red

📋 copy color: '#831B07'

red 131 ◦ green 27 ◦ blue 7

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

Shades of Falu Red #831B07

Tints of Falu Red #831B07

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.36%

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

R = 79.39%
G = 16.36%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#831B07 (or 0x831B07) is known color: Falu Red. HEX triplet: 83, 1B and 07. RGB value is (131,27,7). Sum of RGB (Red+Green+Blue) = 131+27+7=165 (21% of max value = 765). Red value is 131 (51.56% from 255 or 79.39% from 165); Green value is 27 (10.94% from 255 or 16.36% from 165); Blue value is 7 (3.12% from 255 or 4.24% from 165); Max value from RGB is 131 - color contains mainly: red. Hex color #831B07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831B07 is #7CE4F8. Grayscale: #383838. Windows color (decimal): -8185081 or 465795. OLE color: 465795.

HSL color Cylindrical-coordinate representation of color #831B07: hue angle of 9.68º 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 #831B07 is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 27 7 -
CMYK 0 0.79 0.95 0.49
HSL 9.68º 0.9% 0.27% -
HSV(B) 9.68º 0.95% 0.51% -
XYZ 9.79 5.62 0.77 -
YUV 55.82 100.46 181.63 -
System Red Green Blue C M Y K H S L
Decimal 131 27 7 0 0.79 0.95 0.49 9.68 0.9 0.27
Hex 83 1B 7 0 4F 5F 31 A 5A 1B
Octal 203 33 7 0 117 137 61 12 132 33
Binary 10000011 11011 111 0 1001111 1011111 110001 1010 1011010 11011

Color Harmonies of #831B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831B07

Black with #831B07

Text Example


Text Example

White with #831B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831B07; }

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

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

background-color css

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

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

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

border-color css

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

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

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