Html Css Color HEX #852012 Falu Red

📋 copy color: '#852012'

red 133 ◦ green 32 ◦ blue 18

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

Shades of Falu Red #852012

Tints of Falu Red #852012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.84%

R = 72.68%
G = 17.49%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#852012 (or 0x852012) is known color: Falu Red. HEX triplet: 85, 20 and 12. RGB value is (133,32,18). Sum of RGB (Red+Green+Blue) = 133+32+18=183 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.68% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 133 - color contains mainly: red. Hex color #852012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852012 is #7ADFED. Grayscale: #3C3C3C. Windows color (decimal): -8052718 or 1187973. OLE color: 1187973.

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

Color convert

RGB 133 32 18 -
CMYK 0 0.76 0.86 0.48
HSL 7.3º 0.76% 0.3% -
HSV(B) 7.3º 0.86% 0.52% -
XYZ 10.3 6.06 1.2 -
YUV 60.6 103.96 179.64 -
System Red Green Blue C M Y K H S L
Decimal 133 32 18 0 0.76 0.86 0.48 7.3 0.76 0.3
Hex 85 20 12 0 4C 56 30 7 4C 1E
Octal 205 40 22 0 114 126 60 7 114 36
Binary 10000101 100000 10010 0 1001100 1010110 110000 111 1001100 11110

Color Harmonies of #852012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852012

Black with #852012

Text Example


Text Example

White with #852012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852012; }

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

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

background-color css

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

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

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

border-color css

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

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

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