Html Css Color HEX #85210E Falu Red

📋 copy color: '#85210E'

red 133 ◦ green 33 ◦ blue 14

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

Shades of Falu Red #85210E

Tints of Falu Red #85210E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.33%

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

R = 73.89%
G = 18.33%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#85210E (or 0x85210E) is known color: Falu Red. HEX triplet: 85, 21 and 0E. RGB value is (133,33,14). Sum of RGB (Red+Green+Blue) = 133+33+14=180 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.89% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 14 (5.86% from 255 or 7.78% from 180); Max value from RGB is 133 - color contains mainly: red. Hex color #85210E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85210E is #7ADEF1. Grayscale: #3C3C3C. Windows color (decimal): -8052466 or 926085. OLE color: 926085.

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

Color convert

RGB 133 33 14 -
CMYK 0 0.75 0.89 0.48
HSL 9.58º 0.81% 0.29% -
HSV(B) 9.58º 0.89% 0.52% -
XYZ 10.3 6.11 1.05 -
YUV 60.73 101.63 179.54 -
System Red Green Blue C M Y K H S L
Decimal 133 33 14 0 0.75 0.89 0.48 9.58 0.81 0.29
Hex 85 21 E 0 4B 59 30 A 51 1D
Octal 205 41 16 0 113 131 60 12 121 35
Binary 10000101 100001 1110 0 1001011 1011001 110000 1010 1010001 11101

Color Harmonies of #85210E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85210E

Black with #85210E

Text Example


Text Example

White with #85210E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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