Html Css Color HEX #851A00 Falu Red

📋 copy color: '#851A00'

red 133 ◦ green 26 ◦ blue 0

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

Shades of Falu Red #851A00

Tints of Falu Red #851A00

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.35%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.65%
G = 16.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#851A00 (or 0x851A00) is known color: Falu Red. HEX triplet: 85, 1A and 00. RGB value is (133,26,0). Sum of RGB (Red+Green+Blue) = 133+26+0=159 (21% of max value = 765). Red value is 133 (52.34% from 255 or 83.65% from 159); Green value is 26 (10.55% from 255 or 16.35% from 159); Blue value is 0 (0.39% from 255 or 0% from 159); Max value from RGB is 133 - color contains mainly: red. Hex color #851A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851A00 is #7AE5FF. Grayscale: #373737. Windows color (decimal): -8054272 or 6789. OLE color: 6789.

HSL color Cylindrical-coordinate representation of color #851A00: hue angle of 11.73º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #851A00 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 26 0 -
CMYK 0 0.80 1 0.48
HSL 11.73º 1% 0.26% -
HSV(B) 11.73º 1% 0.52% -
XYZ 10.04 5.73 0.58 -
YUV 55.03 96.95 183.61 -
System Red Green Blue C M Y K H S L
Decimal 133 26 0 0 0.80 1 0.48 11.73 1 0.26
Hex 85 1A 0 0 50 64 30 C 64 1A
Octal 205 32 0 0 120 144 60 14 144 32
Binary 10000101 11010 0 0 1010000 1100100 110000 1100 1100100 11010

Color Harmonies of #851A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851A00

Black with #851A00

Text Example


Text Example

White with #851A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,26,0); }

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

background-color css

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

 a { background-color: rgb(133,26,0); }

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

border-color css

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

 span { border-color: rgb(133,26,0); }

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