Html Css Color HEX #85120C Falu Red

📋 copy color: '#85120C'

red 133 ◦ green 18 ◦ blue 12

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

Shades of Falu Red #85120C

Tints of Falu Red #85120C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.04%

 BLUE value IS 12 (5.08% from 255) = 7.36%

R = 81.6%
G = 11.04%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#85120C (or 0x85120C) is known color: Falu Red. HEX triplet: 85, 12 and 0C. RGB value is (133,18,12). Sum of RGB (Red+Green+Blue) = 133+18+12=163 (21% of max value = 765). Red value is 133 (52.34% from 255 or 81.60% from 163); Green value is 18 (7.42% from 255 or 11.04% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 133 - color contains mainly: red. Hex color #85120C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85120C is #7AEDF3. Grayscale: #333333. Windows color (decimal): -8056308 or 791173. OLE color: 791173.

HSL color Cylindrical-coordinate representation of color #85120C: hue angle of 2.98º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85120C is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 18 12 -
CMYK 0 0.86 0.91 0.48
HSL 2.98º 0.83% 0.28% -
HSV(B) 2.98º 0.91% 0.52% -
XYZ 9.96 5.45 0.87 -
YUV 51.7 105.6 185.99 -
System Red Green Blue C M Y K H S L
Decimal 133 18 12 0 0.86 0.91 0.48 2.98 0.83 0.28
Hex 85 12 C 0 56 5B 30 3 53 1C
Octal 205 22 14 0 126 133 60 3 123 34
Binary 10000101 10010 1100 0 1010110 1011011 110000 11 1010011 11100

Color Harmonies of #85120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85120C

Black with #85120C

Text Example


Text Example

White with #85120C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85120C; }

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

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

background-color css

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

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

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

border-color css

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

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

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