#851C03

Color #851C03 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #851C03

Tints of Falu Red #851C03

Color information

#851C03 (or 0x851C03) is unknown color: approx Falu Red. HEX triplet: 85, 1C and 03. RGB value is (133,28,3). Sum of RGB (Red+Green+Blue) = 133+28+3=164 (21% of max value = 765). Red value is 133 (52.34% from 255 or 81.10% from 164); Green value is 28 (11.33% from 255 or 17.07% from 164); Blue value is 3 (1.56% from 255 or 1.83% from 164); Max value from RGB is 133 - color contains mainly: red. Hex color #851C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851C03 is #7AE3FC. Grayscale: #383838. Windows color (decimal): -8053757 or 203909. OLE color: 203909.

HSL color Cylindrical-coordinate representation of color #851C03: hue angle of 11.54º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #851C03 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB133283-
CMYK00.790.980.48
HSL11.54º95.59%26.67%-
HSV(B)11.54º97.74%52.16%-
XYZ10.15.820.68-
YUV56.5497.79182.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 81.10%
GREEN value IS 28 (11.33% from 255) = 17.07%
BLUE value IS 3 (1.56% from 255) = 1.83%
R=81.10%
G=17.07%
B=1.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13328300.790.980.4811.5495.5926.67
Hex851C304F6230c601b
Octal2053430117142601414033
Binary1000010111100110100111111000101100001100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,28,3); }

 H1.HeaderClassName
 {
   color: #851C03;
 }
 .AnyTagClassName
 {
   color: #851C03;
 }
</style>
background-color css

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

 a { background-color: rgb(133,28,3); }

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

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

 span { border-color: rgb(133,28,3); }

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