Html Css Color HEX #851514 Falu Red

📋 copy color: '#851514'

red 133 ◦ green 21 ◦ blue 20

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

Shades of Falu Red #851514

Tints of Falu Red #851514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.49%

R = 76.44%
G = 12.07%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#851514 (or 0x851514) is known color: Falu Red. HEX triplet: 85, 15 and 14. RGB value is (133,21,20). Sum of RGB (Red+Green+Blue) = 133+21+20=174 (23% of max value = 765). Red value is 133 (52.34% from 255 or 76.44% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 133 - color contains mainly: red. Hex color #851514 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851514 is #7AEAEB. Grayscale: #363636. Windows color (decimal): -8055532 or 1316229. OLE color: 1316229.

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

Color convert

RGB 133 21 20 -
CMYK 0 0.84 0.85 0.48
HSL 0.53º 0.74% 0.3% -
HSV(B) 0.53º 0.85% 0.52% -
XYZ 10.07 5.57 1.21 -
YUV 54.37 108.61 184.08 -
System Red Green Blue C M Y K H S L
Decimal 133 21 20 0 0.84 0.85 0.48 0.53 0.74 0.3
Hex 85 15 14 0 54 55 30 1 4A 1E
Octal 205 25 24 0 124 125 60 1 112 36
Binary 10000101 10101 10100 0 1010100 1010101 110000 1 1001010 11110

Color Harmonies of #851514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851514

Black with #851514

Text Example


Text Example

White with #851514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851514; }

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

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

background-color css

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

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

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

border-color css

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

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

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