Html Css Color HEX #85251F Mandarian Orange

📋 copy color: '#85251F'

red 133 ◦ green 37 ◦ blue 31

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

Shades of Mandarian Orange #85251F

Tints of Mandarian Orange #85251F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.42%

R = 66.17%
G = 18.41%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#85251F (or 0x85251F) is known color: Mandarian Orange. HEX triplet: 85, 25 and 1F. RGB value is (133,37,31). Sum of RGB (Red+Green+Blue) = 133+37+31=201 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.17% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 31 (12.5% from 255 or 15.42% from 201); Max value from RGB is 133 - color contains mainly: red. Hex color #85251F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85251F is #7ADAE0. Grayscale: #414141. Windows color (decimal): -8051425 or 2041221. OLE color: 2041221.

HSL color Cylindrical-coordinate representation of color #85251F: hue angle of 3.53º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85251F is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 37 31 -
CMYK 0 0.72 0.77 0.48
HSL 3.53º 0.62% 0.32% -
HSV(B) 3.53º 0.77% 0.52% -
XYZ 10.58 6.41 1.98 -
YUV 65.02 108.8 176.49 -
System Red Green Blue C M Y K H S L
Decimal 133 37 31 0 0.72 0.77 0.48 3.53 0.62 0.32
Hex 85 25 1F 0 48 4D 30 4 3E 20
Octal 205 45 37 0 110 115 60 4 76 40
Binary 10000101 100101 11111 0 1001000 1001101 110000 100 111110 100000

Color Harmonies of #85251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85251F

Black with #85251F

Text Example


Text Example

White with #85251F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85251F; }

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

 H1.HeaderClassName
 {
   color: #85251F;
 }
 .AnyTagClassName
 {
   color: #85251F;
 }
</style>

background-color css

<style>
 a { background-color: #85251F; }

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

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

border-color css

<style>
 span { border-color: #85251F; }

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

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