Html Css Color HEX #85241E Mandarian Orange

📋 copy color: '#85241E'

red 133 ◦ green 36 ◦ blue 30

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

Shades of Mandarian Orange #85241E

Tints of Mandarian Orange #85241E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.09%

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

R = 66.83%
G = 18.09%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#85241E (or 0x85241E) is known color: Mandarian Orange. HEX triplet: 85, 24 and 1E. RGB value is (133,36,30). Sum of RGB (Red+Green+Blue) = 133+36+30=199 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.83% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 30 (12.11% from 255 or 15.08% from 199); Max value from RGB is 133 - color contains mainly: red. Hex color #85241E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85241E is #7ADBE1. Grayscale: #404040. Windows color (decimal): -8051682 or 1975429. OLE color: 1975429.

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

Color convert

RGB 133 36 30 -
CMYK 0 0.73 0.77 0.48
HSL 3.5º 0.63% 0.32% -
HSV(B) 3.5º 0.77% 0.52% -
XYZ 10.54 6.34 1.9 -
YUV 64.32 108.64 176.99 -
System Red Green Blue C M Y K H S L
Decimal 133 36 30 0 0.73 0.77 0.48 3.5 0.63 0.32
Hex 85 24 1E 0 49 4D 30 3 3F 20
Octal 205 44 36 0 111 115 60 3 77 40
Binary 10000101 100100 11110 0 1001001 1001101 110000 11 111111 100000

Color Harmonies of #85241E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85241E

Black with #85241E

Text Example


Text Example

White with #85241E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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