Html Css Color HEX #85190C Falu Red

📋 copy color: '#85190C'

red 133 ◦ green 25 ◦ blue 12

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

Shades of Falu Red #85190C

Tints of Falu Red #85190C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.71%

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

R = 78.24%
G = 14.71%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#85190C (or 0x85190C) is known color: Falu Red. HEX triplet: 85, 19 and 0C. RGB value is (133,25,12). Sum of RGB (Red+Green+Blue) = 133+25+12=170 (22% of max value = 765). Red value is 133 (52.34% from 255 or 78.24% from 170); Green value is 25 (10.16% from 255 or 14.71% from 170); Blue value is 12 (5.08% from 255 or 7.06% from 170); Max value from RGB is 133 - color contains mainly: red. Hex color #85190C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85190C is #7AE6F3. Grayscale: #373737. Windows color (decimal): -8054516 or 792965. OLE color: 792965.

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

Color convert

RGB 133 25 12 -
CMYK 0 0.81 0.91 0.48
HSL 6.45º 0.83% 0.28% -
HSV(B) 6.45º 0.91% 0.52% -
XYZ 10.09 5.71 0.92 -
YUV 55.81 103.28 183.06 -
System Red Green Blue C M Y K H S L
Decimal 133 25 12 0 0.81 0.91 0.48 6.45 0.83 0.28
Hex 85 19 C 0 51 5B 30 6 53 1C
Octal 205 31 14 0 121 133 60 6 123 34
Binary 10000101 11001 1100 0 1010001 1011011 110000 110 1010011 11100

Color Harmonies of #85190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85190C

Black with #85190C

Text Example


Text Example

White with #85190C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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