Html Css Color HEX #851C18 Falu Red

📋 copy color: '#851C18'

red 133 ◦ green 28 ◦ blue 24

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

Shades of Falu Red #851C18

Tints of Falu Red #851C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.97%

R = 71.89%
G = 15.14%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#851C18 (or 0x851C18) is known color: Falu Red. HEX triplet: 85, 1C and 18. RGB value is (133,28,24). Sum of RGB (Red+Green+Blue) = 133+28+24=185 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.89% from 185); Green value is 28 (11.33% from 255 or 15.14% from 185); Blue value is 24 (9.77% from 255 or 12.97% from 185); Max value from RGB is 133 - color contains mainly: red. Hex color #851C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851C18 is #7AE3E7. Grayscale: #3B3B3B. Windows color (decimal): -8053736 or 1580165. OLE color: 1580165.

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

Color convert

RGB 133 28 24 -
CMYK 0 0.79 0.82 0.48
HSL 2.2º 0.69% 0.31% -
HSV(B) 2.2º 0.82% 0.52% -
XYZ 10.25 5.88 1.46 -
YUV 58.94 108.29 180.83 -
System Red Green Blue C M Y K H S L
Decimal 133 28 24 0 0.79 0.82 0.48 2.2 0.69 0.31
Hex 85 1C 18 0 4F 52 30 2 45 1F
Octal 205 34 30 0 117 122 60 2 105 37
Binary 10000101 11100 11000 0 1001111 1010010 110000 10 1000101 11111

Color Harmonies of #851C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851C18

Black with #851C18

Text Example


Text Example

White with #851C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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