Html Css Color HEX #851C15 Falu Red

📋 copy color: '#851C15'

red 133 ◦ green 28 ◦ blue 21

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

Shades of Falu Red #851C15

Tints of Falu Red #851C15

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.38%

 BLUE value IS 21 (8.59% from 255) = 11.54%

R = 73.08%
G = 15.38%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#851C15 (or 0x851C15) is known color: Falu Red. HEX triplet: 85, 1C and 15. RGB value is (133,28,21). Sum of RGB (Red+Green+Blue) = 133+28+21=182 (24% of max value = 765). Red value is 133 (52.34% from 255 or 73.08% from 182); Green value is 28 (11.33% from 255 or 15.38% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 133 - color contains mainly: red. Hex color #851C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851C15 is #7AE3EA. Grayscale: #3A3A3A. Windows color (decimal): -8053739 or 1383557. OLE color: 1383557.

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

Color convert

RGB 133 28 21 -
CMYK 0 0.79 0.84 0.48
HSL 3.75º 0.73% 0.3% -
HSV(B) 3.75º 0.84% 0.52% -
XYZ 10.22 5.87 1.3 -
YUV 58.6 106.79 181.07 -
System Red Green Blue C M Y K H S L
Decimal 133 28 21 0 0.79 0.84 0.48 3.75 0.73 0.3
Hex 85 1C 15 0 4F 54 30 4 49 1E
Octal 205 34 25 0 117 124 60 4 111 36
Binary 10000101 11100 10101 0 1001111 1010100 110000 100 1001001 11110

Color Harmonies of #851C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851C15

Black with #851C15

Text Example


Text Example

White with #851C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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