Html Css Color HEX #85150C Falu Red

📋 copy color: '#85150C'

red 133 ◦ green 21 ◦ blue 12

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

Shades of Falu Red #85150C

Tints of Falu Red #85150C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.65%

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

R = 80.12%
G = 12.65%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#85150C (or 0x85150C) is known color: Falu Red. HEX triplet: 85, 15 and 0C. RGB value is (133,21,12). Sum of RGB (Red+Green+Blue) = 133+21+12=166 (21% of max value = 765). Red value is 133 (52.34% from 255 or 80.12% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 12 (5.08% from 255 or 7.23% from 166); Max value from RGB is 133 - color contains mainly: red. Hex color #85150C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85150C is #7AEAF3. Grayscale: #353535. Windows color (decimal): -8055540 or 791941. OLE color: 791941.

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

Color convert

RGB 133 21 12 -
CMYK 0 0.84 0.91 0.48
HSL 4.46º 0.83% 0.28% -
HSV(B) 4.46º 0.91% 0.52% -
XYZ 10.01 5.55 0.89 -
YUV 53.46 104.61 184.73 -
System Red Green Blue C M Y K H S L
Decimal 133 21 12 0 0.84 0.91 0.48 4.46 0.83 0.28
Hex 85 15 C 0 54 5B 30 4 53 1C
Octal 205 25 14 0 124 133 60 4 123 34
Binary 10000101 10101 1100 0 1010100 1011011 110000 100 1010011 11100

Color Harmonies of #85150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85150C

Black with #85150C

Text Example


Text Example

White with #85150C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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