Html Css Color HEX #851F03 Falu Red

📋 copy color: '#851F03'

red 133 ◦ green 31 ◦ blue 3

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

Shades of Falu Red #851F03

Tints of Falu Red #851F03

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.56%

 BLUE value IS 3 (1.56% from 255) = 1.8%

R = 79.64%
G = 18.56%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#851F03 (or 0x851F03) is known color: Falu Red. HEX triplet: 85, 1F and 03. RGB value is (133,31,3). Sum of RGB (Red+Green+Blue) = 133+31+3=167 (22% of max value = 765). Red value is 133 (52.34% from 255 or 79.64% from 167); Green value is 31 (12.5% from 255 or 18.56% from 167); Blue value is 3 (1.56% from 255 or 1.80% from 167); Max value from RGB is 133 - color contains mainly: red. Hex color #851F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851F03 is #7AE0FC. Grayscale: #3A3A3A. Windows color (decimal): -8052989 or 204677. OLE color: 204677.

HSL color Cylindrical-coordinate representation of color #851F03: hue angle of 12.92º 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 #851F03 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 31 3 -
CMYK 0 0.77 0.98 0.48
HSL 12.92º 0.96% 0.27% -
HSV(B) 12.92º 0.98% 0.52% -
XYZ 10.18 5.97 0.7 -
YUV 58.31 96.79 181.28 -
System Red Green Blue C M Y K H S L
Decimal 133 31 3 0 0.77 0.98 0.48 12.92 0.96 0.27
Hex 85 1F 3 0 4D 62 30 D 60 1B
Octal 205 37 3 0 115 142 60 15 140 33
Binary 10000101 11111 11 0 1001101 1100010 110000 1101 1100000 11011

Color Harmonies of #851F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851F03

Black with #851F03

Text Example


Text Example

White with #851F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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