Html Css Color HEX #85200F Falu Red

📋 copy color: '#85200F'

red 133 ◦ green 32 ◦ blue 15

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

Shades of Falu Red #85200F

Tints of Falu Red #85200F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.78%

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

R = 73.89%
G = 17.78%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#85200F (or 0x85200F) is known color: Falu Red. HEX triplet: 85, 20 and 0F. RGB value is (133,32,15). Sum of RGB (Red+Green+Blue) = 133+32+15=180 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.89% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 15 (6.25% from 255 or 8.33% from 180); Max value from RGB is 133 - color contains mainly: red. Hex color #85200F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85200F is #7ADFF0. Grayscale: #3C3C3C. Windows color (decimal): -8052721 or 991365. OLE color: 991365.

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

Color convert

RGB 133 32 15 -
CMYK 0 0.76 0.89 0.48
HSL 8.64º 0.8% 0.29% -
HSV(B) 8.64º 0.89% 0.52% -
XYZ 10.28 6.05 1.08 -
YUV 60.26 102.46 179.88 -
System Red Green Blue C M Y K H S L
Decimal 133 32 15 0 0.76 0.89 0.48 8.64 0.8 0.29
Hex 85 20 F 0 4C 59 30 9 50 1D
Octal 205 40 17 0 114 131 60 11 120 35
Binary 10000101 100000 1111 0 1001100 1011001 110000 1001 1010000 11101

Color Harmonies of #85200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85200F

Black with #85200F

Text Example


Text Example

White with #85200F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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