Html Css Color HEX #85240D Falu Red

📋 copy color: '#85240D'

red 133 ◦ green 36 ◦ blue 13

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

Shades of Falu Red #85240D

Tints of Falu Red #85240D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.14%

R = 73.08%
G = 19.78%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#85240D (or 0x85240D) is known color: Falu Red. HEX triplet: 85, 24 and 0D. RGB value is (133,36,13). Sum of RGB (Red+Green+Blue) = 133+36+13=182 (24% of max value = 765). Red value is 133 (52.34% from 255 or 73.08% from 182); Green value is 36 (14.45% from 255 or 19.78% from 182); Blue value is 13 (5.47% from 255 or 7.14% from 182); Max value from RGB is 133 - color contains mainly: red. Hex color #85240D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85240D is #7ADBF2. Grayscale: #3E3E3E. Windows color (decimal): -8051699 or 861317. OLE color: 861317.

HSL color Cylindrical-coordinate representation of color #85240D: hue angle of 11.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85240D is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 36 13 -
CMYK 0 0.73 0.90 0.48
HSL 11.5º 0.82% 0.29% -
HSV(B) 11.5º 0.9% 0.52% -
XYZ 10.38 6.28 1.05 -
YUV 62.38 100.14 178.37 -
System Red Green Blue C M Y K H S L
Decimal 133 36 13 0 0.73 0.90 0.48 11.5 0.82 0.29
Hex 85 24 D 0 49 5A 30 C 52 1D
Octal 205 44 15 0 111 132 60 14 122 35
Binary 10000101 100100 1101 0 1001001 1011010 110000 1100 1010010 11101

Color Harmonies of #85240D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85240D

Black with #85240D

Text Example


Text Example

White with #85240D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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