Html Css Color HEX #851E08 Falu Red

📋 copy color: '#851E08'

red 133 ◦ green 30 ◦ blue 8

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

Shades of Falu Red #851E08

Tints of Falu Red #851E08

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.54%

 BLUE value IS 8 (3.52% from 255) = 4.68%

R = 77.78%
G = 17.54%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#851E08 (or 0x851E08) is known color: Falu Red. HEX triplet: 85, 1E and 08. RGB value is (133,30,8). Sum of RGB (Red+Green+Blue) = 133+30+8=171 (22% of max value = 765). Red value is 133 (52.34% from 255 or 77.78% from 171); Green value is 30 (12.11% from 255 or 17.54% from 171); Blue value is 8 (3.52% from 255 or 4.68% from 171); Max value from RGB is 133 - color contains mainly: red. Hex color #851E08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851E08 is #7AE1F7. Grayscale: #3A3A3A. Windows color (decimal): -8053240 or 532101. OLE color: 532101.

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

Color convert

RGB 133 30 8 -
CMYK 0 0.77 0.94 0.48
HSL 10.56º 0.89% 0.28% -
HSV(B) 10.56º 0.94% 0.52% -
XYZ 10.18 5.93 0.84 -
YUV 58.29 99.62 181.29 -
System Red Green Blue C M Y K H S L
Decimal 133 30 8 0 0.77 0.94 0.48 10.56 0.89 0.28
Hex 85 1E 8 0 4D 5E 30 B 59 1C
Octal 205 36 10 0 115 136 60 13 131 34
Binary 10000101 11110 1000 0 1001101 1011110 110000 1011 1011001 11100

Color Harmonies of #851E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851E08

Black with #851E08

Text Example


Text Example

White with #851E08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,30,8); }

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

background-color css

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

 a { background-color: rgb(133,30,8); }

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

border-color css

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

 span { border-color: rgb(133,30,8); }

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