Html Css Color HEX #85270B Falu Red

📋 copy color: '#85270B'

red 133 ◦ green 39 ◦ blue 11

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

Shades of Falu Red #85270B

Tints of Falu Red #85270B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.01%

R = 72.68%
G = 21.31%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#85270B (or 0x85270B) is known color: Falu Red. HEX triplet: 85, 27 and 0B. RGB value is (133,39,11). Sum of RGB (Red+Green+Blue) = 133+39+11=183 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.68% from 183); Green value is 39 (15.62% from 255 or 21.31% from 183); Blue value is 11 (4.69% from 255 or 6.01% from 183); Max value from RGB is 133 - color contains mainly: red. Hex color #85270B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85270B is #7AD8F4. Grayscale: #404040. Windows color (decimal): -8050933 or 731013. OLE color: 731013.

HSL color Cylindrical-coordinate representation of color #85270B: hue angle of 13.77º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85270B is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 39 11 -
CMYK 0 0.71 0.92 0.48
HSL 13.77º 0.85% 0.28% -
HSV(B) 13.77º 0.92% 0.52% -
XYZ 10.46 6.46 1.01 -
YUV 63.91 98.14 177.28 -
System Red Green Blue C M Y K H S L
Decimal 133 39 11 0 0.71 0.92 0.48 13.77 0.85 0.28
Hex 85 27 B 0 47 5C 30 E 55 1C
Octal 205 47 13 0 107 134 60 16 125 34
Binary 10000101 100111 1011 0 1000111 1011100 110000 1110 1010101 11100

Color Harmonies of #85270B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85270B

Black with #85270B

Text Example


Text Example

White with #85270B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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