Html Css Color HEX #85281F Mandarian Orange

📋 copy color: '#85281F'

red 133 ◦ green 40 ◦ blue 31

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

Shades of Mandarian Orange #85281F

Tints of Mandarian Orange #85281F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.61%

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

R = 65.2%
G = 19.61%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#85281F (or 0x85281F) is known color: Mandarian Orange. HEX triplet: 85, 28 and 1F. RGB value is (133,40,31). Sum of RGB (Red+Green+Blue) = 133+40+31=204 (27% of max value = 765). Red value is 133 (52.34% from 255 or 65.20% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 31 (12.5% from 255 or 15.20% from 204); Max value from RGB is 133 - color contains mainly: red. Hex color #85281F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85281F is #7AD7E0. Grayscale: #424242. Windows color (decimal): -8050657 or 2041989. OLE color: 2041989.

HSL color Cylindrical-coordinate representation of color #85281F: hue angle of 5.29º 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 #85281F is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 40 31 -
CMYK 0 0.70 0.77 0.48
HSL 5.29º 0.62% 0.32% -
HSV(B) 5.29º 0.77% 0.52% -
XYZ 10.68 6.6 2.01 -
YUV 66.78 107.81 175.23 -
System Red Green Blue C M Y K H S L
Decimal 133 40 31 0 0.70 0.77 0.48 5.29 0.62 0.32
Hex 85 28 1F 0 46 4D 30 5 3E 20
Octal 205 50 37 0 106 115 60 5 76 40
Binary 10000101 101000 11111 0 1000110 1001101 110000 101 111110 100000

Color Harmonies of #85281F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85281F

Black with #85281F

Text Example


Text Example

White with #85281F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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