Html Css Color HEX #851A01 Falu Red

📋 copy color: '#851A01'

red 133 ◦ green 26 ◦ blue 1

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

Shades of Falu Red #851A01

Tints of Falu Red #851A01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.63%

R = 83.13%
G = 16.25%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#851A01 (or 0x851A01) is known color: Falu Red. HEX triplet: 85, 1A and 01. RGB value is (133,26,1). Sum of RGB (Red+Green+Blue) = 133+26+1=160 (21% of max value = 765). Red value is 133 (52.34% from 255 or 83.12% from 160); Green value is 26 (10.55% from 255 or 16.25% from 160); Blue value is 1 (0.78% from 255 or 0.62% from 160); Max value from RGB is 133 - color contains mainly: red. Hex color #851A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851A01 is #7AE5FE. Grayscale: #373737. Windows color (decimal): -8054271 or 72325. OLE color: 72325.

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

Color convert

RGB 133 26 1 -
CMYK 0 0.80 0.99 0.48
HSL 11.36º 0.99% 0.26% -
HSV(B) 11.36º 0.99% 0.52% -
XYZ 10.05 5.73 0.6 -
YUV 55.14 97.45 183.53 -
System Red Green Blue C M Y K H S L
Decimal 133 26 1 0 0.80 0.99 0.48 11.36 0.99 0.26
Hex 85 1A 1 0 50 63 30 B 63 1A
Octal 205 32 1 0 120 143 60 13 143 32
Binary 10000101 11010 1 0 1010000 1100011 110000 1011 1100011 11010

Color Harmonies of #851A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851A01

Black with #851A01

Text Example


Text Example

White with #851A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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