Html Css Color HEX #851707 Falu Red

📋 copy color: '#851707'

red 133 ◦ green 23 ◦ blue 7

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

Shades of Falu Red #851707

Tints of Falu Red #851707

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.11%

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

R = 81.6%
G = 14.11%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#851707 (or 0x851707) is known color: Falu Red. HEX triplet: 85, 17 and 07. RGB value is (133,23,7). Sum of RGB (Red+Green+Blue) = 133+23+7=163 (21% of max value = 765). Red value is 133 (52.34% from 255 or 81.60% from 163); Green value is 23 (9.38% from 255 or 14.11% from 163); Blue value is 7 (3.12% from 255 or 4.29% from 163); Max value from RGB is 133 - color contains mainly: red. Hex color #851707 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851707 is #7AE8F8. Grayscale: #363636. Windows color (decimal): -8055033 or 464773. OLE color: 464773.

HSL color Cylindrical-coordinate representation of color #851707: hue angle of 7.62º degrees, saturation: 0.9, 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 #851707 is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 23 7 -
CMYK 0 0.83 0.95 0.48
HSL 7.62º 0.9% 0.27% -
HSV(B) 7.62º 0.95% 0.52% -
XYZ 10.02 5.61 0.76 -
YUV 54.07 101.44 184.3 -
System Red Green Blue C M Y K H S L
Decimal 133 23 7 0 0.83 0.95 0.48 7.62 0.9 0.27
Hex 85 17 7 0 53 5F 30 8 5A 1B
Octal 205 27 7 0 123 137 60 10 132 33
Binary 10000101 10111 111 0 1010011 1011111 110000 1000 1011010 11011

Color Harmonies of #851707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851707

Black with #851707

Text Example


Text Example

White with #851707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851707; }

 p { color: rgb(133,23,7); }

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

background-color css

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

 a { background-color: rgb(133,23,7); }

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

border-color css

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

 span { border-color: rgb(133,23,7); }

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