Html Css Color HEX #85250B Falu Red

📋 copy color: '#85250B'

red 133 ◦ green 37 ◦ blue 11

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

Shades of Falu Red #85250B

Tints of Falu Red #85250B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.44%

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

R = 73.48%
G = 20.44%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#85250B (or 0x85250B) is known color: Falu Red. HEX triplet: 85, 25 and 0B. RGB value is (133,37,11). Sum of RGB (Red+Green+Blue) = 133+37+11=181 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.48% from 181); Green value is 37 (14.84% from 255 or 20.44% from 181); Blue value is 11 (4.69% from 255 or 6.08% from 181); Max value from RGB is 133 - color contains mainly: red. Hex color #85250B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85250B is #7ADAF4. Grayscale: #3E3E3E. Windows color (decimal): -8051445 or 730501. OLE color: 730501.

HSL color Cylindrical-coordinate representation of color #85250B: hue angle of 12.79º 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 #85250B is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 37 11 -
CMYK 0 0.72 0.92 0.48
HSL 12.79º 0.85% 0.28% -
HSV(B) 12.79º 0.92% 0.52% -
XYZ 10.39 6.33 0.99 -
YUV 62.74 98.8 178.11 -
System Red Green Blue C M Y K H S L
Decimal 133 37 11 0 0.72 0.92 0.48 12.79 0.85 0.28
Hex 85 25 B 0 48 5C 30 D 55 1C
Octal 205 45 13 0 110 134 60 15 125 34
Binary 10000101 100101 1011 0 1001000 1011100 110000 1101 1010101 11100

Color Harmonies of #85250B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85250B

Black with #85250B

Text Example


Text Example

White with #85250B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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