Html Css Color HEX #851512 Falu Red

📋 copy color: '#851512'

red 133 ◦ green 21 ◦ blue 18

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

Shades of Falu Red #851512

Tints of Falu Red #851512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.21%

 BLUE value IS 18 (7.42% from 255) = 10.47%

R = 77.33%
G = 12.21%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#851512 (or 0x851512) is known color: Falu Red. HEX triplet: 85, 15 and 12. RGB value is (133,21,18). Sum of RGB (Red+Green+Blue) = 133+21+18=172 (22% of max value = 765). Red value is 133 (52.34% from 255 or 77.33% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 18 (7.42% from 255 or 10.47% from 172); Max value from RGB is 133 - color contains mainly: red. Hex color #851512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851512 is #7AEAED. Grayscale: #363636. Windows color (decimal): -8055534 or 1185157. OLE color: 1185157.

HSL color Cylindrical-coordinate representation of color #851512: hue angle of 1.57º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #851512 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 21 18 -
CMYK 0 0.84 0.86 0.48
HSL 1.57º 0.76% 0.3% -
HSV(B) 1.57º 0.86% 0.52% -
XYZ 10.05 5.57 1.12 -
YUV 54.15 107.61 184.24 -
System Red Green Blue C M Y K H S L
Decimal 133 21 18 0 0.84 0.86 0.48 1.57 0.76 0.3
Hex 85 15 12 0 54 56 30 2 4C 1E
Octal 205 25 22 0 124 126 60 2 114 36
Binary 10000101 10101 10010 0 1010100 1010110 110000 10 1001100 11110

Color Harmonies of #851512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851512

Black with #851512

Text Example


Text Example

White with #851512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851512; }

 p { color: rgb(133,21,18); }

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

background-color css

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

 a { background-color: rgb(133,21,18); }

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

border-color css

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

 span { border-color: rgb(133,21,18); }

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