Html Css Color HEX #85251C Mandarian Orange

📋 copy color: '#85251C'

red 133 ◦ green 37 ◦ blue 28

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

Shades of Mandarian Orange #85251C

Tints of Mandarian Orange #85251C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.14%

R = 67.17%
G = 18.69%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#85251C (or 0x85251C) is known color: Mandarian Orange. HEX triplet: 85, 25 and 1C. RGB value is (133,37,28). Sum of RGB (Red+Green+Blue) = 133+37+28=198 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.17% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 28 (11.33% from 255 or 14.14% from 198); Max value from RGB is 133 - color contains mainly: red. Hex color #85251C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85251C is #7ADAE3. Grayscale: #404040. Windows color (decimal): -8051428 or 1844613. OLE color: 1844613.

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

Color convert

RGB 133 37 28 -
CMYK 0 0.72 0.79 0.48
HSL 5.14º 0.65% 0.32% -
HSV(B) 5.14º 0.79% 0.52% -
XYZ 10.54 6.39 1.78 -
YUV 64.68 107.3 176.73 -
System Red Green Blue C M Y K H S L
Decimal 133 37 28 0 0.72 0.79 0.48 5.14 0.65 0.32
Hex 85 25 1C 0 48 4F 30 5 41 20
Octal 205 45 34 0 110 117 60 5 101 40
Binary 10000101 100101 11100 0 1001000 1001111 110000 101 1000001 100000

Color Harmonies of #85251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85251C

Black with #85251C

Text Example


Text Example

White with #85251C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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