Html Css Color HEX #85201C Falu Red

📋 copy color: '#85201C'

red 133 ◦ green 32 ◦ blue 28

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

Shades of Falu Red #85201C

Tints of Falu Red #85201C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.51%

R = 68.91%
G = 16.58%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#85201C (or 0x85201C) is known color: Falu Red. HEX triplet: 85, 20 and 1C. RGB value is (133,32,28). Sum of RGB (Red+Green+Blue) = 133+32+28=193 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.91% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 133 - color contains mainly: red. Hex color #85201C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85201C is #7ADFE3. Grayscale: #3D3D3D. Windows color (decimal): -8052708 or 1843333. OLE color: 1843333.

HSL color Cylindrical-coordinate representation of color #85201C: hue angle of 2.29º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85201C is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 32 28 -
CMYK 0 0.76 0.79 0.48
HSL 2.29º 0.65% 0.32% -
HSV(B) 2.29º 0.79% 0.52% -
XYZ 10.4 6.1 1.73 -
YUV 61.74 108.96 178.83 -
System Red Green Blue C M Y K H S L
Decimal 133 32 28 0 0.76 0.79 0.48 2.29 0.65 0.32
Hex 85 20 1C 0 4C 4F 30 2 41 20
Octal 205 40 34 0 114 117 60 2 101 40
Binary 10000101 100000 11100 0 1001100 1001111 110000 10 1000001 100000

Color Harmonies of #85201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85201C

Black with #85201C

Text Example


Text Example

White with #85201C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85201C; }

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

 H1.HeaderClassName
 {
   color: #85201C;
 }
 .AnyTagClassName
 {
   color: #85201C;
 }
</style>

background-color css

<style>
 a { background-color: #85201C; }

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

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

border-color css

<style>
 span { border-color: #85201C; }

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

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