Html Css Color HEX #85231D Mandarian Orange

📋 copy color: '#85231D'

red 133 ◦ green 35 ◦ blue 29

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

Shades of Mandarian Orange #85231D

Tints of Mandarian Orange #85231D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.72%

R = 67.51%
G = 17.77%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#85231D (or 0x85231D) is known color: Mandarian Orange. HEX triplet: 85, 23 and 1D. RGB value is (133,35,29). Sum of RGB (Red+Green+Blue) = 133+35+29=197 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.51% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 29 (11.72% from 255 or 14.72% from 197); Max value from RGB is 133 - color contains mainly: red. Hex color #85231D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85231D is #7ADCE2. Grayscale: #3F3F3F. Windows color (decimal): -8051939 or 1909637. OLE color: 1909637.

HSL color Cylindrical-coordinate representation of color #85231D: hue angle of 3.46º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #85231D is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 35 29 -
CMYK 0 0.74 0.78 0.48
HSL 3.46º 0.64% 0.32% -
HSV(B) 3.46º 0.78% 0.52% -
XYZ 10.5 6.28 1.82 -
YUV 63.62 108.47 177.49 -
System Red Green Blue C M Y K H S L
Decimal 133 35 29 0 0.74 0.78 0.48 3.46 0.64 0.32
Hex 85 23 1D 0 4A 4E 30 3 40 20
Octal 205 43 35 0 112 116 60 3 100 40
Binary 10000101 100011 11101 0 1001010 1001110 110000 11 1000000 100000

Color Harmonies of #85231D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85231D

Black with #85231D

Text Example


Text Example

White with #85231D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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