Html Css Color HEX #86231B Mandarian Orange

📋 copy color: '#86231B'

red 134 ◦ green 35 ◦ blue 27

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

Shades of Mandarian Orange #86231B

Tints of Mandarian Orange #86231B

RGB

 RED value IS 134 (52.73% from 255) = 68.37%

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

 BLUE value IS 27 (10.94% from 255) = 13.78%

R = 68.37%
G = 17.86%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.47

RGB Variations

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

Color information

#86231B (or 0x86231B) is known color: Mandarian Orange. HEX triplet: 86, 23 and 1B. RGB value is (134,35,27). Sum of RGB (Red+Green+Blue) = 134+35+27=196 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.37% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 27 (10.94% from 255 or 13.78% from 196); Max value from RGB is 134 - color contains mainly: red. Hex color #86231B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86231B is #79DCE4. Grayscale: #3F3F3F. Windows color (decimal): -7986405 or 1778566. OLE color: 1778566.

HSL color Cylindrical-coordinate representation of color #86231B: hue angle of 4.49º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #86231B is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 35 27 -
CMYK 0 0.74 0.80 0.47
HSL 4.49º 0.66% 0.32% -
HSV(B) 4.49º 0.8% 0.53% -
XYZ 10.63 6.35 1.7 -
YUV 63.69 107.3 178.15 -
System Red Green Blue C M Y K H S L
Decimal 134 35 27 0 0.74 0.80 0.47 4.49 0.66 0.32
Hex 86 23 1B 0 4A 50 2F 4 42 20
Octal 206 43 33 0 112 120 57 4 102 40
Binary 10000110 100011 11011 0 1001010 1010000 101111 100 1000010 100000

Color Harmonies of #86231B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86231B

Black with #86231B

Text Example


Text Example

White with #86231B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86231B; }

 p { color: rgb(134,35,27); }

 H1.HeaderClassName
 {
   color: #86231B;
 }
 .AnyTagClassName
 {
   color: #86231B;
 }
</style>

background-color css

<style>
 a { background-color: #86231B; }

 a { background-color: rgb(134,35,27); }

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

border-color css

<style>
 span { border-color: #86231B; }

 span { border-color: rgb(134,35,27); }

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