Html Css Color HEX #852019 Falu Red

📋 copy color: '#852019'

red 133 ◦ green 32 ◦ blue 25

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

Shades of Falu Red #852019

Tints of Falu Red #852019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.16%

R = 70%
G = 16.84%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#852019 (or 0x852019) is known color: Falu Red. HEX triplet: 85, 20 and 19. RGB value is (133,32,25). Sum of RGB (Red+Green+Blue) = 133+32+25=190 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 25 (10.16% from 255 or 13.16% from 190); Max value from RGB is 133 - color contains mainly: red. Hex color #852019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852019 is #7ADFE6. Grayscale: #3D3D3D. Windows color (decimal): -8052711 or 1646725. OLE color: 1646725.

HSL color Cylindrical-coordinate representation of color #852019: hue angle of 3.89º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #852019 is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 32 25 -
CMYK 0 0.76 0.81 0.48
HSL 3.89º 0.68% 0.31% -
HSV(B) 3.89º 0.81% 0.52% -
XYZ 10.36 6.09 1.55 -
YUV 61.4 107.46 179.07 -
System Red Green Blue C M Y K H S L
Decimal 133 32 25 0 0.76 0.81 0.48 3.89 0.68 0.31
Hex 85 20 19 0 4C 51 30 4 44 1F
Octal 205 40 31 0 114 121 60 4 104 37
Binary 10000101 100000 11001 0 1001100 1010001 110000 100 1000100 11111

Color Harmonies of #852019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852019

Black with #852019

Text Example


Text Example

White with #852019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852019; }

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

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

background-color css

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

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

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

border-color css

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

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

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