Html Css Color HEX #85231C Mandarian Orange

📋 copy color: '#85231C'

red 133 ◦ green 35 ◦ blue 28

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

Shades of Mandarian Orange #85231C

Tints of Mandarian Orange #85231C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.86%

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

R = 67.86%
G = 17.86%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#85231C (or 0x85231C) is known color: Mandarian Orange. HEX triplet: 85, 23 and 1C. RGB value is (133,35,28). Sum of RGB (Red+Green+Blue) = 133+35+28=196 (25% of max value = 765). Red value is 133 (52.34% from 255 or 67.86% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 28 (11.33% from 255 or 14.29% from 196); Max value from RGB is 133 - color contains mainly: red. Hex color #85231C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85231C is #7ADCE3. Grayscale: #3F3F3F. Windows color (decimal): -8051940 or 1844101. OLE color: 1844101.

HSL color Cylindrical-coordinate representation of color #85231C: hue angle of 4º 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 #85231C is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 35 28 -
CMYK 0 0.74 0.79 0.48
HSL 0.65% 0.32% -
HSV(B) 0.79% 0.52% -
XYZ 10.48 6.27 1.76 -
YUV 63.5 107.97 177.57 -
System Red Green Blue C M Y K H S L
Decimal 133 35 28 0 0.74 0.79 0.48 4 0.65 0.32
Hex 85 23 1C 0 4A 4F 30 4 41 20
Octal 205 43 34 0 112 117 60 4 101 40
Binary 10000101 100011 11100 0 1001010 1001111 110000 100 1000001 100000

Color Harmonies of #85231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85231C

Black with #85231C

Text Example


Text Example

White with #85231C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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