Html Css Color HEX #85240B Falu Red

📋 copy color: '#85240B'

red 133 ◦ green 36 ◦ blue 11

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

Shades of Falu Red #85240B

Tints of Falu Red #85240B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.11%

R = 73.89%
G = 20%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#85240B (or 0x85240B) is known color: Falu Red. HEX triplet: 85, 24 and 0B. RGB value is (133,36,11). Sum of RGB (Red+Green+Blue) = 133+36+11=180 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.89% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 11 (4.69% from 255 or 6.11% from 180); Max value from RGB is 133 - color contains mainly: red. Hex color #85240B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85240B is #7ADBF4. Grayscale: #3E3E3E. Windows color (decimal): -8051701 or 730245. OLE color: 730245.

HSL color Cylindrical-coordinate representation of color #85240B: hue angle of 12.3º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85240B is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 36 11 -
CMYK 0 0.73 0.92 0.48
HSL 12.3º 0.85% 0.28% -
HSV(B) 12.3º 0.92% 0.52% -
XYZ 10.36 6.27 0.98 -
YUV 62.15 99.14 178.53 -
System Red Green Blue C M Y K H S L
Decimal 133 36 11 0 0.73 0.92 0.48 12.3 0.85 0.28
Hex 85 24 B 0 49 5C 30 C 55 1C
Octal 205 44 13 0 111 134 60 14 125 34
Binary 10000101 100100 1011 0 1001001 1011100 110000 1100 1010101 11100

Color Harmonies of #85240B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85240B

Black with #85240B

Text Example


Text Example

White with #85240B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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