Html Css Color HEX #85180C Falu Red

📋 copy color: '#85180C'

red 133 ◦ green 24 ◦ blue 12

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

Shades of Falu Red #85180C

Tints of Falu Red #85180C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.2%

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

R = 78.7%
G = 14.2%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#85180C (or 0x85180C) is known color: Falu Red. HEX triplet: 85, 18 and 0C. RGB value is (133,24,12). Sum of RGB (Red+Green+Blue) = 133+24+12=169 (22% of max value = 765). Red value is 133 (52.34% from 255 or 78.70% from 169); Green value is 24 (9.77% from 255 or 14.20% from 169); Blue value is 12 (5.08% from 255 or 7.10% from 169); Max value from RGB is 133 - color contains mainly: red. Hex color #85180C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85180C is #7AE7F3. Grayscale: #373737. Windows color (decimal): -8054772 or 792709. OLE color: 792709.

HSL color Cylindrical-coordinate representation of color #85180C: hue angle of 5.95º 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 #85180C is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 24 12 -
CMYK 0 0.82 0.91 0.48
HSL 5.95º 0.83% 0.28% -
HSV(B) 5.95º 0.91% 0.52% -
XYZ 10.07 5.67 0.91 -
YUV 55.22 103.61 183.48 -
System Red Green Blue C M Y K H S L
Decimal 133 24 12 0 0.82 0.91 0.48 5.95 0.83 0.28
Hex 85 18 C 0 52 5B 30 6 53 1C
Octal 205 30 14 0 122 133 60 6 123 34
Binary 10000101 11000 1100 0 1010010 1011011 110000 110 1010011 11100

Color Harmonies of #85180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85180C

Black with #85180C

Text Example


Text Example

White with #85180C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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