Html Css Color HEX #862020 Mandarian Orange

📋 copy color: '#862020'

red 134 ◦ green 32 ◦ blue 32

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

Shades of Mandarian Orange #862020

Tints of Mandarian Orange #862020

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.16%

 BLUE value IS 32 (12.89% from 255) = 16.16%

R = 67.68%
G = 16.16%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#862020 (or 0x862020) is known color: Mandarian Orange. HEX triplet: 86, 20 and 20. RGB value is (134,32,32). Sum of RGB (Red+Green+Blue) = 134+32+32=198 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.68% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 32 (12.89% from 255 or 16.16% from 198); Max value from RGB is 134 - color contains mainly: red. Hex color #862020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862020 is #79DFDF. Grayscale: #3E3E3E. Windows color (decimal): -7987168 or 2105478. OLE color: 2105478.

HSL color Cylindrical-coordinate representation of color #862020: hue angle of 0º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #862020 is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 32 32 -
CMYK 0 0.76 0.76 0.47
HSL 0.61% 0.33% -
HSV(B) 0.76% 0.53% -
XYZ 10.61 6.21 2.01 -
YUV 62.5 110.79 179 -
System Red Green Blue C M Y K H S L
Decimal 134 32 32 0 0.76 0.76 0.47 0 0.61 0.33
Hex 86 20 20 0 4C 4C 2F 0 3D 21
Octal 206 40 40 0 114 114 57 0 75 41
Binary 10000110 100000 100000 0 1001100 1001100 101111 0 111101 100001

Color Harmonies of #862020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862020

Black with #862020

Text Example


Text Example

White with #862020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862020; }

 p { color: rgb(134,32,32); }

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

background-color css

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

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

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

border-color css

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

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

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