Html Css Color HEX #85250F Falu Red

📋 copy color: '#85250F'

red 133 ◦ green 37 ◦ blue 15

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

Shades of Falu Red #85250F

Tints of Falu Red #85250F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.11%

R = 71.89%
G = 20%
B = 8.11%

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

#85250F (or 0x85250F) is known color: Falu Red. HEX triplet: 85, 25 and 0F. RGB value is (133,37,15). Sum of RGB (Red+Green+Blue) = 133+37+15=185 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.89% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 15 (6.25% from 255 or 8.11% from 185); Max value from RGB is 133 - color contains mainly: red. Hex color #85250F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85250F is #7ADAF0. Grayscale: #3F3F3F. Windows color (decimal): -8051441 or 992645. OLE color: 992645.

HSL color Cylindrical-coordinate representation of color #85250F: hue angle of 11.19º degrees, saturation: 0.8, 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 #85250F is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 37 15 -
CMYK 0 0.72 0.89 0.48
HSL 11.19º 0.8% 0.29% -
HSV(B) 11.19º 0.89% 0.52% -
XYZ 10.42 6.34 1.13 -
YUV 63.2 100.8 177.79 -
System Red Green Blue C M Y K H S L
Decimal 133 37 15 0 0.72 0.89 0.48 11.19 0.8 0.29
Hex 85 25 F 0 48 59 30 B 50 1D
Octal 205 45 17 0 110 131 60 13 120 35
Binary 10000101 100101 1111 0 1001000 1011001 110000 1011 1010000 11101

Color Harmonies of #85250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85250F

Black with #85250F

Text Example


Text Example

White with #85250F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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