Html Css Color HEX #85160C Falu Red

📋 copy color: '#85160C'

red 133 ◦ green 22 ◦ blue 12

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

Shades of Falu Red #85160C

Tints of Falu Red #85160C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.17%

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

R = 79.64%
G = 13.17%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#85160C (or 0x85160C) is known color: Falu Red. HEX triplet: 85, 16 and 0C. RGB value is (133,22,12). Sum of RGB (Red+Green+Blue) = 133+22+12=167 (22% of max value = 765). Red value is 133 (52.34% from 255 or 79.64% from 167); Green value is 22 (8.98% from 255 or 13.17% from 167); Blue value is 12 (5.08% from 255 or 7.19% from 167); Max value from RGB is 133 - color contains mainly: red. Hex color #85160C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85160C is #7AE9F3. Grayscale: #363636. Windows color (decimal): -8055284 or 792197. OLE color: 792197.

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

Color convert

RGB 133 22 12 -
CMYK 0 0.83 0.91 0.48
HSL 4.96º 0.83% 0.28% -
HSV(B) 4.96º 0.91% 0.52% -
XYZ 10.03 5.59 0.9 -
YUV 54.05 104.27 184.31 -
System Red Green Blue C M Y K H S L
Decimal 133 22 12 0 0.83 0.91 0.48 4.96 0.83 0.28
Hex 85 16 C 0 53 5B 30 5 53 1C
Octal 205 26 14 0 123 133 60 5 123 34
Binary 10000101 10110 1100 0 1010011 1011011 110000 101 1010011 11100

Color Harmonies of #85160C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85160C

Black with #85160C

Text Example


Text Example

White with #85160C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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