Html Css Color HEX #85260E Falu Red

📋 copy color: '#85260E'

red 133 ◦ green 38 ◦ blue 14

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

Shades of Falu Red #85260E

Tints of Falu Red #85260E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.54%

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

R = 71.89%
G = 20.54%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#85260E (or 0x85260E) is known color: Falu Red. HEX triplet: 85, 26 and 0E. RGB value is (133,38,14). Sum of RGB (Red+Green+Blue) = 133+38+14=185 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.89% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 14 (5.86% from 255 or 7.57% from 185); Max value from RGB is 133 - color contains mainly: red. Hex color #85260E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85260E is #7AD9F1. Grayscale: #3F3F3F. Windows color (decimal): -8051186 or 927365. OLE color: 927365.

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

Color convert

RGB 133 38 14 -
CMYK 0 0.71 0.89 0.48
HSL 12.1º 0.81% 0.29% -
HSV(B) 12.1º 0.89% 0.52% -
XYZ 10.45 6.4 1.1 -
YUV 63.67 99.97 177.45 -
System Red Green Blue C M Y K H S L
Decimal 133 38 14 0 0.71 0.89 0.48 12.1 0.81 0.29
Hex 85 26 E 0 47 59 30 C 51 1D
Octal 205 46 16 0 107 131 60 14 121 35
Binary 10000101 100110 1110 0 1000111 1011001 110000 1100 1010001 11101

Color Harmonies of #85260E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85260E

Black with #85260E

Text Example


Text Example

White with #85260E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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