Html Css Color HEX #85210C Falu Red

📋 copy color: '#85210C'

red 133 ◦ green 33 ◦ blue 12

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

Shades of Falu Red #85210C

Tints of Falu Red #85210C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.54%

 BLUE value IS 12 (5.08% from 255) = 6.74%

R = 74.72%
G = 18.54%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#85210C (or 0x85210C) is known color: Falu Red. HEX triplet: 85, 21 and 0C. RGB value is (133,33,12). Sum of RGB (Red+Green+Blue) = 133+33+12=178 (23% of max value = 765). Red value is 133 (52.34% from 255 or 74.72% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 133 - color contains mainly: red. Hex color #85210C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85210C is #7ADEF3. Grayscale: #3C3C3C. Windows color (decimal): -8052468 or 795013. OLE color: 795013.

HSL color Cylindrical-coordinate representation of color #85210C: hue angle of 10.41º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85210C is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 33 12 -
CMYK 0 0.75 0.91 0.48
HSL 10.41º 0.83% 0.28% -
HSV(B) 10.41º 0.91% 0.52% -
XYZ 10.28 6.1 0.98 -
YUV 60.51 100.63 179.71 -
System Red Green Blue C M Y K H S L
Decimal 133 33 12 0 0.75 0.91 0.48 10.41 0.83 0.28
Hex 85 21 C 0 4B 5B 30 A 53 1C
Octal 205 41 14 0 113 133 60 12 123 34
Binary 10000101 100001 1100 0 1001011 1011011 110000 1010 1010011 11100

Color Harmonies of #85210C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85210C

Black with #85210C

Text Example


Text Example

White with #85210C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85210C; }

 p { color: rgb(133,33,12); }

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

background-color css

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

 a { background-color: rgb(133,33,12); }

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

border-color css

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

 span { border-color: rgb(133,33,12); }

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