Html Css Color HEX #85270D Falu Red

📋 copy color: '#85270D'

red 133 ◦ green 39 ◦ blue 13

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

Shades of Falu Red #85270D

Tints of Falu Red #85270D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.08%

 BLUE value IS 13 (5.47% from 255) = 7.03%

R = 71.89%
G = 21.08%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#85270D (or 0x85270D) is known color: Falu Red. HEX triplet: 85, 27 and 0D. RGB value is (133,39,13). Sum of RGB (Red+Green+Blue) = 133+39+13=185 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.89% from 185); Green value is 39 (15.62% from 255 or 21.08% from 185); Blue value is 13 (5.47% from 255 or 7.03% from 185); Max value from RGB is 133 - color contains mainly: red. Hex color #85270D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85270D is #7AD8F2. Grayscale: #404040. Windows color (decimal): -8050931 or 862085. OLE color: 862085.

HSL color Cylindrical-coordinate representation of color #85270D: hue angle of 13º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85270D is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 39 13 -
CMYK 0 0.71 0.90 0.48
HSL 13º 0.82% 0.29% -
HSV(B) 13º 0.9% 0.52% -
XYZ 10.47 6.47 1.08 -
YUV 64.14 99.14 177.11 -
System Red Green Blue C M Y K H S L
Decimal 133 39 13 0 0.71 0.90 0.48 13 0.82 0.29
Hex 85 27 D 0 47 5A 30 D 52 1D
Octal 205 47 15 0 107 132 60 15 122 35
Binary 10000101 100111 1101 0 1000111 1011010 110000 1101 1010010 11101

Color Harmonies of #85270D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85270D

Black with #85270D

Text Example


Text Example

White with #85270D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85270D; }

 p { color: rgb(133,39,13); }

 H1.HeaderClassName
 {
   color: #85270D;
 }
 .AnyTagClassName
 {
   color: #85270D;
 }
</style>

background-color css

<style>
 a { background-color: #85270D; }

 a { background-color: rgb(133,39,13); }

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

border-color css

<style>
 span { border-color: #85270D; }

 span { border-color: rgb(133,39,13); }

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