Html Css Color HEX #85240C Falu Red

📋 copy color: '#85240C'

red 133 ◦ green 36 ◦ blue 12

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

Shades of Falu Red #85240C

Tints of Falu Red #85240C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.89%

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

R = 73.48%
G = 19.89%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#85240C (or 0x85240C) is known color: Falu Red. HEX triplet: 85, 24 and 0C. RGB value is (133,36,12). Sum of RGB (Red+Green+Blue) = 133+36+12=181 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.48% from 181); Green value is 36 (14.45% from 255 or 19.89% from 181); Blue value is 12 (5.08% from 255 or 6.63% from 181); Max value from RGB is 133 - color contains mainly: red. Hex color #85240C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85240C is #7ADBF3. Grayscale: #3E3E3E. Windows color (decimal): -8051700 or 795781. OLE color: 795781.

HSL color Cylindrical-coordinate representation of color #85240C: hue angle of 11.9º 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 #85240C is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 36 12 -
CMYK 0 0.73 0.91 0.48
HSL 11.9º 0.83% 0.28% -
HSV(B) 11.9º 0.91% 0.52% -
XYZ 10.37 6.27 1.01 -
YUV 62.27 99.64 178.45 -
System Red Green Blue C M Y K H S L
Decimal 133 36 12 0 0.73 0.91 0.48 11.9 0.83 0.28
Hex 85 24 C 0 49 5B 30 C 53 1C
Octal 205 44 14 0 111 133 60 14 123 34
Binary 10000101 100100 1100 0 1001001 1011011 110000 1100 1010011 11100

Color Harmonies of #85240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85240C

Black with #85240C

Text Example


Text Example

White with #85240C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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