Html Css Color HEX #85250E Falu Red

📋 copy color: '#85250E'

red 133 ◦ green 37 ◦ blue 14

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

Shades of Falu Red #85250E

Tints of Falu Red #85250E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.11%

 BLUE value IS 14 (5.86% from 255) = 7.61%

R = 72.28%
G = 20.11%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#85250E (or 0x85250E) is known color: Falu Red. HEX triplet: 85, 25 and 0E. RGB value is (133,37,14). Sum of RGB (Red+Green+Blue) = 133+37+14=184 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.28% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 14 (5.86% from 255 or 7.61% from 184); Max value from RGB is 133 - color contains mainly: red. Hex color #85250E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85250E is #7ADAF1. Grayscale: #3F3F3F. Windows color (decimal): -8051442 or 927109. OLE color: 927109.

HSL color Cylindrical-coordinate representation of color #85250E: hue angle of 11.6º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85250E is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 37 14 -
CMYK 0 0.72 0.89 0.48
HSL 11.6º 0.81% 0.29% -
HSV(B) 11.6º 0.89% 0.52% -
XYZ 10.41 6.34 1.09 -
YUV 63.08 100.3 177.87 -
System Red Green Blue C M Y K H S L
Decimal 133 37 14 0 0.72 0.89 0.48 11.6 0.81 0.29
Hex 85 25 E 0 48 59 30 C 51 1D
Octal 205 45 16 0 110 131 60 14 121 35
Binary 10000101 100101 1110 0 1001000 1011001 110000 1100 1010001 11101

Color Harmonies of #85250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85250E

Black with #85250E

Text Example


Text Example

White with #85250E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85250E; }

 p { color: rgb(133,37,14); }

 H1.HeaderClassName
 {
   color: #85250E;
 }
 .AnyTagClassName
 {
   color: #85250E;
 }
</style>

background-color css

<style>
 a { background-color: #85250E; }

 a { background-color: rgb(133,37,14); }

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

border-color css

<style>
 span { border-color: #85250E; }

 span { border-color: rgb(133,37,14); }

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