Html Css Color HEX #852018 Falu Red

📋 copy color: '#852018'

red 133 ◦ green 32 ◦ blue 24

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

Shades of Falu Red #852018

Tints of Falu Red #852018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.7%

R = 70.37%
G = 16.93%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#852018 (or 0x852018) is known color: Falu Red. HEX triplet: 85, 20 and 18. RGB value is (133,32,24). Sum of RGB (Red+Green+Blue) = 133+32+24=189 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70.37% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 24 (9.77% from 255 or 12.70% from 189); Max value from RGB is 133 - color contains mainly: red. Hex color #852018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852018 is #7ADFE7. Grayscale: #3D3D3D. Windows color (decimal): -8052712 or 1581189. OLE color: 1581189.

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

Color convert

RGB 133 32 24 -
CMYK 0 0.76 0.82 0.48
HSL 4.4º 0.69% 0.31% -
HSV(B) 4.4º 0.82% 0.52% -
XYZ 10.35 6.09 1.49 -
YUV 61.29 106.96 179.15 -
System Red Green Blue C M Y K H S L
Decimal 133 32 24 0 0.76 0.82 0.48 4.4 0.69 0.31
Hex 85 20 18 0 4C 52 30 4 45 1F
Octal 205 40 30 0 114 122 60 4 105 37
Binary 10000101 100000 11000 0 1001100 1010010 110000 100 1000101 11111

Color Harmonies of #852018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852018

Black with #852018

Text Example


Text Example

White with #852018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852018; }

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

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

background-color css

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

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

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

border-color css

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

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

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