Html Css Color HEX #851F06 Falu Red

📋 copy color: '#851F06'

red 133 ◦ green 31 ◦ blue 6

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

Shades of Falu Red #851F06

Tints of Falu Red #851F06

RGB

 RED value IS 133 (52.34% from 255) = 78.24%

 GREEN value IS 31 (12.5% from 255) = 18.24%

 BLUE value IS 6 (2.73% from 255) = 3.53%

R = 78.24%
G = 18.24%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#851F06 (or 0x851F06) is known color: Falu Red. HEX triplet: 85, 1F and 06. RGB value is (133,31,6). Sum of RGB (Red+Green+Blue) = 133+31+6=170 (22% of max value = 765). Red value is 133 (52.34% from 255 or 78.24% from 170); Green value is 31 (12.5% from 255 or 18.24% from 170); Blue value is 6 (2.73% from 255 or 3.53% from 170); Max value from RGB is 133 - color contains mainly: red. Hex color #851F06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851F06 is #7AE0F9. Grayscale: #3A3A3A. Windows color (decimal): -8052986 or 401285. OLE color: 401285.

HSL color Cylindrical-coordinate representation of color #851F06: hue angle of 11.81º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #851F06 is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 31 6 -
CMYK 0 0.77 0.95 0.48
HSL 11.81º 0.91% 0.27% -
HSV(B) 11.81º 0.95% 0.52% -
XYZ 10.2 5.98 0.79 -
YUV 58.65 98.29 181.03 -
System Red Green Blue C M Y K H S L
Decimal 133 31 6 0 0.77 0.95 0.48 11.81 0.91 0.27
Hex 85 1F 6 0 4D 5F 30 C 5B 1B
Octal 205 37 6 0 115 137 60 14 133 33
Binary 10000101 11111 110 0 1001101 1011111 110000 1100 1011011 11011

Color Harmonies of #851F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851F06

Black with #851F06

Text Example


Text Example

White with #851F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851F06; }

 p { color: rgb(133,31,6); }

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

background-color css

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

 a { background-color: rgb(133,31,6); }

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

border-color css

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

 span { border-color: rgb(133,31,6); }

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