Html Css Color HEX #851510 Falu Red

📋 copy color: '#851510'

red 133 ◦ green 21 ◦ blue 16

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

Shades of Falu Red #851510

Tints of Falu Red #851510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.41%

R = 78.24%
G = 12.35%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#851510 (or 0x851510) is known color: Falu Red. HEX triplet: 85, 15 and 10. RGB value is (133,21,16). Sum of RGB (Red+Green+Blue) = 133+21+16=170 (22% of max value = 765). Red value is 133 (52.34% from 255 or 78.24% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 16 (6.64% from 255 or 9.41% from 170); Max value from RGB is 133 - color contains mainly: red. Hex color #851510 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851510 is #7AEAEF. Grayscale: #363636. Windows color (decimal): -8055536 or 1054085. OLE color: 1054085.

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

Color convert

RGB 133 21 16 -
CMYK 0 0.84 0.88 0.48
HSL 2.56º 0.79% 0.29% -
HSV(B) 2.56º 0.88% 0.52% -
XYZ 10.03 5.56 1.03 -
YUV 53.92 106.61 184.41 -
System Red Green Blue C M Y K H S L
Decimal 133 21 16 0 0.84 0.88 0.48 2.56 0.79 0.29
Hex 85 15 10 0 54 58 30 3 4F 1D
Octal 205 25 20 0 124 130 60 3 117 35
Binary 10000101 10101 10000 0 1010100 1011000 110000 11 1001111 11101

Color Harmonies of #851510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851510

Black with #851510

Text Example


Text Example

White with #851510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851510; }

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

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

background-color css

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

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

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

border-color css

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

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

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