Html Css Color HEX #851E15 Falu Red

📋 copy color: '#851E15'

red 133 ◦ green 30 ◦ blue 21

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

Shades of Falu Red #851E15

Tints of Falu Red #851E15

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.3%

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

R = 72.28%
G = 16.3%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#851E15 (or 0x851E15) is known color: Falu Red. HEX triplet: 85, 1E and 15. RGB value is (133,30,21). Sum of RGB (Red+Green+Blue) = 133+30+21=184 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.28% from 184); Green value is 30 (12.11% from 255 or 16.30% from 184); Blue value is 21 (8.59% from 255 or 11.41% from 184); Max value from RGB is 133 - color contains mainly: red. Hex color #851E15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851E15 is #7AE1EA. Grayscale: #3B3B3B. Windows color (decimal): -8053227 or 1384069. OLE color: 1384069.

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

Color convert

RGB 133 30 21 -
CMYK 0 0.77 0.84 0.48
HSL 4.82º 0.73% 0.3% -
HSV(B) 4.82º 0.84% 0.52% -
XYZ 10.27 5.97 1.32 -
YUV 59.77 106.12 180.23 -
System Red Green Blue C M Y K H S L
Decimal 133 30 21 0 0.77 0.84 0.48 4.82 0.73 0.3
Hex 85 1E 15 0 4D 54 30 5 49 1E
Octal 205 36 25 0 115 124 60 5 111 36
Binary 10000101 11110 10101 0 1001101 1010100 110000 101 1001001 11110

Color Harmonies of #851E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851E15

Black with #851E15

Text Example


Text Example

White with #851E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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