Html Css Color HEX #85260D Falu Red

📋 copy color: '#85260D'

red 133 ◦ green 38 ◦ blue 13

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

Shades of Falu Red #85260D

Tints of Falu Red #85260D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.65%

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

R = 72.28%
G = 20.65%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#85260D (or 0x85260D) is known color: Falu Red. HEX triplet: 85, 26 and 0D. RGB value is (133,38,13). Sum of RGB (Red+Green+Blue) = 133+38+13=184 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.28% from 184); Green value is 38 (15.23% from 255 or 20.65% from 184); Blue value is 13 (5.47% from 255 or 7.07% from 184); Max value from RGB is 133 - color contains mainly: red. Hex color #85260D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85260D is #7AD9F2. Grayscale: #3F3F3F. Windows color (decimal): -8051187 or 861829. OLE color: 861829.

HSL color Cylindrical-coordinate representation of color #85260D: hue angle of 12.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 #85260D is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 38 13 -
CMYK 0 0.71 0.90 0.48
HSL 12.5º 0.82% 0.29% -
HSV(B) 12.5º 0.9% 0.52% -
XYZ 10.44 6.4 1.07 -
YUV 63.56 99.47 177.53 -
System Red Green Blue C M Y K H S L
Decimal 133 38 13 0 0.71 0.90 0.48 12.5 0.82 0.29
Hex 85 26 D 0 47 5A 30 C 52 1D
Octal 205 46 15 0 107 132 60 14 122 35
Binary 10000101 100110 1101 0 1000111 1011010 110000 1100 1010010 11101

Color Harmonies of #85260D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85260D

Black with #85260D

Text Example


Text Example

White with #85260D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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