#852318

Color #852318 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #852318

Tints of Falu Red #852318

Color information

#852318 (or 0x852318) is unknown color: approx Falu Red. HEX triplet: 85, 23 and 18. RGB value is (133,35,24). Sum of RGB (Red+Green+Blue) = 133+35+24=192 (25% of max value = 765). Red value is 133 (52.34% from 255 or 69.27% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 24 (9.77% from 255 or 12.5% from 192); Max value from RGB is 133 - color contains mainly: red. Hex color #852318 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852318 is #7ADCE7. Grayscale: #3F3F3F. Windows color (decimal): -8051944 or 1581957. OLE color: 1581957.

HSL color Cylindrical-coordinate representation of color #852318: hue angle of 6.06º 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 #852318 is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB1333524-
CMYK00.740.820.48
HSL6.06º69.43%30.78%-
HSV(B)6.06º81.95%52.16%-
XYZ10.446.251.52-
YUV63.05105.97177.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 69.27%
GREEN value IS 35 (14.06% from 255) = 18.23%
BLUE value IS 24 (9.77% from 255) = 12.5%
R=69.27%
G=18.23%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133352400.740.820.486.0669.4330.78
Hex85231804A52306451f
Octal2054330011212260610537
Binary1000010110001111000010010101010010110000110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852318; }

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

 H1.HeaderClassName
 {
   color: #852318;
 }
 .AnyTagClassName
 {
   color: #852318;
 }
</style>
background-color css

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

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

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

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

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

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