Html Css Color HEX #851E09 Falu Red

📋 copy color: '#851E09'

red 133 ◦ green 30 ◦ blue 9

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

Shades of Falu Red #851E09

Tints of Falu Red #851E09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.23%

R = 77.33%
G = 17.44%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#851E09 (or 0x851E09) is known color: Falu Red. HEX triplet: 85, 1E and 09. RGB value is (133,30,9). Sum of RGB (Red+Green+Blue) = 133+30+9=172 (22% of max value = 765). Red value is 133 (52.34% from 255 or 77.33% from 172); Green value is 30 (12.11% from 255 or 17.44% from 172); Blue value is 9 (3.91% from 255 or 5.23% from 172); Max value from RGB is 133 - color contains mainly: red. Hex color #851E09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851E09 is #7AE1F6. Grayscale: #3A3A3A. Windows color (decimal): -8053239 or 597637. OLE color: 597637.

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

Color convert

RGB 133 30 9 -
CMYK 0 0.77 0.93 0.48
HSL 10.16º 0.87% 0.28% -
HSV(B) 10.16º 0.93% 0.52% -
XYZ 10.19 5.93 0.87 -
YUV 58.4 100.12 181.21 -
System Red Green Blue C M Y K H S L
Decimal 133 30 9 0 0.77 0.93 0.48 10.16 0.87 0.28
Hex 85 1E 9 0 4D 5D 30 A 57 1C
Octal 205 36 11 0 115 135 60 12 127 34
Binary 10000101 11110 1001 0 1001101 1011101 110000 1010 1010111 11100

Color Harmonies of #851E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851E09

Black with #851E09

Text Example


Text Example

White with #851E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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