Html Css Color HEX #852310 Falu Red

📋 copy color: '#852310'

red 133 ◦ green 35 ◦ blue 16

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

Shades of Falu Red #852310

Tints of Falu Red #852310

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.02%

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

R = 72.28%
G = 19.02%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#852310 (or 0x852310) is known color: Falu Red. HEX triplet: 85, 23 and 10. RGB value is (133,35,16). Sum of RGB (Red+Green+Blue) = 133+35+16=184 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.28% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 16 (6.64% from 255 or 8.70% from 184); Max value from RGB is 133 - color contains mainly: red. Hex color #852310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852310 is #7ADCEF. Grayscale: #3E3E3E. Windows color (decimal): -8051952 or 1057669. OLE color: 1057669.

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

Color convert

RGB 133 35 16 -
CMYK 0 0.74 0.88 0.48
HSL 9.74º 0.79% 0.29% -
HSV(B) 9.74º 0.88% 0.52% -
XYZ 10.37 6.23 1.15 -
YUV 62.14 101.97 178.54 -
System Red Green Blue C M Y K H S L
Decimal 133 35 16 0 0.74 0.88 0.48 9.74 0.79 0.29
Hex 85 23 10 0 4A 58 30 A 4F 1D
Octal 205 43 20 0 112 130 60 12 117 35
Binary 10000101 100011 10000 0 1001010 1011000 110000 1010 1001111 11101

Color Harmonies of #852310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852310

Black with #852310

Text Example


Text Example

White with #852310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852310; }

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

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

background-color css

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

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

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

border-color css

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

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

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