Html Css Color HEX #85251E Mandarian Orange

📋 copy color: '#85251E'

red 133 ◦ green 37 ◦ blue 30

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

Shades of Mandarian Orange #85251E

Tints of Mandarian Orange #85251E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15%

R = 66.5%
G = 18.5%
B = 15%

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

#85251E (or 0x85251E) is known color: Mandarian Orange. HEX triplet: 85, 25 and 1E. RGB value is (133,37,30). Sum of RGB (Red+Green+Blue) = 133+37+30=200 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.5% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 30 (12.11% from 255 or 15% from 200); Max value from RGB is 133 - color contains mainly: red. Hex color #85251E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85251E is #7ADAE1. Grayscale: #414141. Windows color (decimal): -8051426 or 1975685. OLE color: 1975685.

HSL color Cylindrical-coordinate representation of color #85251E: hue angle of 4.08º degrees, saturation: 0.63, 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 #85251E is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 37 30 -
CMYK 0 0.72 0.77 0.48
HSL 4.08º 0.63% 0.32% -
HSV(B) 4.08º 0.77% 0.52% -
XYZ 10.57 6.4 1.91 -
YUV 64.91 108.3 176.57 -
System Red Green Blue C M Y K H S L
Decimal 133 37 30 0 0.72 0.77 0.48 4.08 0.63 0.32
Hex 85 25 1E 0 48 4D 30 4 3F 20
Octal 205 45 36 0 110 115 60 4 77 40
Binary 10000101 100101 11110 0 1001000 1001101 110000 100 111111 100000

Color Harmonies of #85251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85251E

Black with #85251E

Text Example


Text Example

White with #85251E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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