Html Css Color HEX #851D12 Falu Red

📋 copy color: '#851D12'

red 133 ◦ green 29 ◦ blue 18

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

Shades of Falu Red #851D12

Tints of Falu Red #851D12

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.11%

 BLUE value IS 18 (7.42% from 255) = 10%

R = 73.89%
G = 16.11%
B = 10%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#851D12 (or 0x851D12) is known color: Falu Red. HEX triplet: 85, 1D and 12. RGB value is (133,29,18). Sum of RGB (Red+Green+Blue) = 133+29+18=180 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.89% from 180); Green value is 29 (11.72% from 255 or 16.11% from 180); Blue value is 18 (7.42% from 255 or 10% from 180); Max value from RGB is 133 - color contains mainly: red. Hex color #851D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851D12 is #7AE2ED. Grayscale: #3A3A3A. Windows color (decimal): -8053486 or 1187205. OLE color: 1187205.

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

Color convert

RGB 133 29 18 -
CMYK 0 0.78 0.86 0.48
HSL 5.74º 0.76% 0.3% -
HSV(B) 5.74º 0.86% 0.52% -
XYZ 10.22 5.91 1.17 -
YUV 58.84 104.96 180.89 -
System Red Green Blue C M Y K H S L
Decimal 133 29 18 0 0.78 0.86 0.48 5.74 0.76 0.3
Hex 85 1D 12 0 4E 56 30 6 4C 1E
Octal 205 35 22 0 116 126 60 6 114 36
Binary 10000101 11101 10010 0 1001110 1010110 110000 110 1001100 11110

Color Harmonies of #851D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851D12

Black with #851D12

Text Example


Text Example

White with #851D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,29,18); }

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

background-color css

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

 a { background-color: rgb(133,29,18); }

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

border-color css

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

 span { border-color: rgb(133,29,18); }

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