Html Css Color HEX #852010 Falu Red

📋 copy color: '#852010'

red 133 ◦ green 32 ◦ blue 16

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

Shades of Falu Red #852010

Tints of Falu Red #852010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.84%

R = 73.48%
G = 17.68%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#852010 (or 0x852010) is known color: Falu Red. HEX triplet: 85, 20 and 10. RGB value is (133,32,16). Sum of RGB (Red+Green+Blue) = 133+32+16=181 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.48% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 16 (6.64% from 255 or 8.84% from 181); Max value from RGB is 133 - color contains mainly: red. Hex color #852010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852010 is #7ADFEF. Grayscale: #3C3C3C. Windows color (decimal): -8052720 or 1056901. OLE color: 1056901.

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

Color convert

RGB 133 32 16 -
CMYK 0 0.76 0.88 0.48
HSL 8.21º 0.79% 0.29% -
HSV(B) 8.21º 0.88% 0.52% -
XYZ 10.28 6.06 1.12 -
YUV 60.38 102.96 179.8 -
System Red Green Blue C M Y K H S L
Decimal 133 32 16 0 0.76 0.88 0.48 8.21 0.79 0.29
Hex 85 20 10 0 4C 58 30 8 4F 1D
Octal 205 40 20 0 114 130 60 10 117 35
Binary 10000101 100000 10000 0 1001100 1011000 110000 1000 1001111 11101

Color Harmonies of #852010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852010

Black with #852010

Text Example


Text Example

White with #852010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852010; }

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

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

background-color css

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

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

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

border-color css

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

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

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